Skip to content

Commit

Permalink
Merge pull request #507 from samuraikid0/master
Browse files Browse the repository at this point in the history
Fix http2 wrong port
  • Loading branch information
tonioo authored Jul 11, 2023
2 parents dd668ac + 9ad6c4d commit 393c433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modoboa_installer/scripts/files/nginx/automx.conf.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ upstream automx {
}

server {
listen 80 http2;
listen [::]:80 http2;
listen 80;
listen [::]:80;
server_name %hostname;
root /srv/automx/instance;
Expand Down

0 comments on commit 393c433

Please sign in to comment.