disable ipv6

This commit is contained in:
Daoud Clarke 2023-10-15 16:41:31 +01:00
parent 2310e32636
commit 66cdbd3d47

View file

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