diff --git a/nise-frontend/nginx.conf b/nise-frontend/nginx.conf index 0c8f3b4..1f0af5b 100644 --- a/nise-frontend/nginx.conf +++ b/nise-frontend/nginx.conf @@ -8,10 +8,7 @@ server { listen 80; - resolver local=on ipv6=off; - resolver_timeout 5s; - - root /usr/share/nginx/html; + root /usr/share/nginx/html/browser; location ~ /index.html { add_header Cache-Control 'no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0';