Merge branch 'fix_http' into 'master'
Hotfix HTTP See merge request aurore/ansible!24
This commit is contained in:
commit
b370cc364a
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue