From a3b7cf6270b5fb2fca0f8183bb77041b226d5180 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sat, 16 Mar 2019 21:10:00 +0100 Subject: [PATCH] Hotfix HTTP --- .../templates/nginx/snippets/proxy-common.conf.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;