diff --git a/nginx.conf b/nginx.conf index 48fff4c467f8077d1d3ff3d757656f3bd86fdd8d..e3df6890ec542b7dcd6f1bd3c5a3b99a85cd37df 100644 --- a/nginx.conf +++ b/nginx.conf @@ -44,7 +44,7 @@ server { location / { root /usr/share/nginx/html; index index.html; - try_files $uri$args $uri/ /index.html; + try_files $uri $uri/ /index.html; }