mirror of https://github.com/xwiki-labs/cryptpad
fix custom file serving logic for static pages in NGINX
This commit is contained in:
parent
4d022a2247
commit
c889823fca
|
@ -242,5 +242,5 @@ server {
|
|||
}
|
||||
|
||||
# Finally, serve anything the above exceptions don't govern.
|
||||
try_files /customize/www/$uri/index.html /www/$uri /www/$uri/index.html /customize/$uri;
|
||||
try_files /customize/www/$uri /customize/www/$uri/index.html /www/$uri /www/$uri/index.html /customize/$uri;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue