diff --git a/nginx.conf b/nginx.conf index 56e34e81b..d2206bfec 100644 --- a/nginx.conf +++ b/nginx.conf @@ -76,7 +76,9 @@ http { server { listen 80; + listen [::]:80; listen 81 default_server http2 proxy_protocol; ## Needed when behind HAProxy with SSL termination + HTTP/2 support + listen [::]:81 default_server http2 proxy_protocol; ## Needed when behind HAProxy with SSL termination + HTTP/2 support server_name _;