Hotfix HTTP

This commit is contained in:
Alexandre Iooss 2019-03-16 21:10:00 +01:00
parent c38c1aedc1
commit a3b7cf6270

View file

@ -1,8 +1,8 @@
# {{ ansible_managed }} # {{ ansible_managed }}
# Listen for IPv4 and IPv6 with HTTP2 # Listen for IPv4 and IPv6
listen 80 http2; listen 80;
listen [::]:80 http2; listen [::]:80;
# Hide NGINX version # Hide NGINX version
server_tokens off; server_tokens off;