Skip to content
Snippets Groups Projects
Commit 0ffb132c authored by DESPRES Damien's avatar DESPRES Damien
Browse files

fix #11789

parent ed6d3c66
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ server { ...@@ -44,7 +44,7 @@ server {
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;
try_files $uri$args $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment