Hotfix HTTP

This commit is contained in:
Alexandre Iooss 2019-03-16 21:10:00 +01:00
parent c38c1aedc1
commit a3b7cf6270
1 changed files with 3 additions and 3 deletions

View File

@ -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;