diff --git a/roles/nginx-reverse-proxy/templates/nginx/snippets/proxy-common.conf.j2 b/roles/nginx-reverse-proxy/templates/nginx/snippets/proxy-common.conf.j2 index b479c14..6ac4acb 100644 --- a/roles/nginx-reverse-proxy/templates/nginx/snippets/proxy-common.conf.j2 +++ b/roles/nginx-reverse-proxy/templates/nginx/snippets/proxy-common.conf.j2 @@ -1,8 +1,8 @@ # {{ ansible_managed }} -# Listen for IPv4 and IPv6 with HTTP2 -listen 80 http2; -listen [::]:80 http2; +# Listen for IPv4 and IPv6 +listen 80; +listen [::]:80; # Hide NGINX version server_tokens off;