Skip to content
Snippets Groups Projects
Commit 8c4c10c1 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add $uri/index.html to the list of files to try

parent dfe791e2
No related branches found
No related tags found
No related merge requests found
Pipeline #116405 passed
...@@ -5,7 +5,7 @@ server { ...@@ -5,7 +5,7 @@ server {
location /wiki/ { location /wiki/ {
alias /etc/nginx/html/; alias /etc/nginx/html/;
index index.html index.htm; index index.html index.htm;
try_files $uri $uri/ /index.html; try_files $uri $uri/ $uri/index.html /index.html;
} }
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.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