diff --git a/nginx.conf b/nginx.conf index 3d20b43b2..4c2ff3c6a 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,7 @@ server { gzip_comp_level 9; etag on; location / { - try_files $uri $uri/ /index.html; + try_files $uri $uri/ /browser/index.html; } location /static/ { add_header Cache-Control max-age=31536000;