diff --git a/frontend/nginx.conf b/frontend/nginx.conf index fd4472f4b..ba4d9aad6 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -4,7 +4,7 @@ server { location / { root /usr/share/nginx/html; index index.html index.htm; - try_files $uri $uri/ /index.html =404; + try_files $uri /index.html =404; } include /etc/nginx/extra-conf.d/*.conf;