diff --git a/deployment/nginx.conf b/deployment/nginx.conf index cfc4a321..6b8a02c1 100644 --- a/deployment/nginx.conf +++ b/deployment/nginx.conf @@ -1,11 +1,13 @@ #server { #listen 80; + #listen [::]:80; #server_name localhost.localdomain; #return 301 https://localhost.localdomain$request_uri; #} #server { #listen 443 ssl; + #listen [::]:443 ssl; #server_name localhost.localdomain;