diff --git a/nginx.conf b/nginx.conf index d121a0ead..604f00bfe 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,6 @@ server { listen 8080; + listen [::]:8080; server_name localhost; location / { @@ -11,4 +12,4 @@ server { location = /50x.html { root /usr/share/nginx/html; } -} \ No newline at end of file +}