diff --git a/nginx.conf b/nginx.conf index 1a30e15e..83567af9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,6 @@ server { listen 80; + listen [::]:80; server_name localhost; root /usr/share/nginx/html; index index.html;