disable ipv6
This commit is contained in:
parent
2310e32636
commit
66cdbd3d47
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen [::]:{{ .NGINX_PORT }};
|
||||
# listen [::]:{{ .NGINX_PORT }};
|
||||
listen {{ .NGINX_PORT }};
|
||||
server_name {{ .NOSSL_SERVER_NAME }};
|
||||
access_log /var/log/nginx/{{ .APP }}-access.log;
|
||||
|
|
Loading…
Reference in a new issue