force index.html - independent of subpath
This commit is contained in:
parent
c4227faf14
commit
272c88ab50
@ -16,6 +16,6 @@ server {
|
|||||||
error_log /var/log/nginx/openmediacenter.error.log;
|
error_log /var/log/nginx/openmediacenter.error.log;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404;
|
try_files $uri /index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user