Hotfix HTTP
This commit is contained in:
parent
c38c1aedc1
commit
a3b7cf6270
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue