Merge branch 'fix_http' into 'master'

Hotfix HTTP

See merge request aurore/ansible!24
This commit is contained in:
Alexandre IOOSS 2019-03-16 21:12:41 +01:00
commit b370cc364a
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;