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

add try_files

parent e3e6c7de
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ server {
location /wiki/ {
alias /etc/nginx/html/;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
error_page 500 502 503 504 /50x.html;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment