diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 0fc356092..b886096da 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -1,6 +1,5 @@ server { listen 8080 default_server; - listen [::]:8080 default_server; root /var/www/openreplay; index index.html; location / {