diff --git a/maxkey-web-frontend/maxkey-web-app/nginx.conf b/maxkey-web-frontend/maxkey-web-app/nginx.conf index 809ba2fee..e4454f40f 100644 --- a/maxkey-web-frontend/maxkey-web-app/nginx.conf +++ b/maxkey-web-frontend/maxkey-web-app/nginx.conf @@ -7,7 +7,8 @@ server { location / { root /usr/share/nginx/html; index index.html index.htm; - try_files $uri $uri/ /index.html; + try_files $uri$args $uri$args/ /maxkey/index.html; + #try_files $uri $uri/ /index.html; } error_page 500 502 503 504 /50x.html;