force index.html - independent of subpath

This commit is contained in:
lukas 2020-12-30 18:12:41 +01:00
parent c4227faf14
commit 272c88ab50

View File

@ -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;
} }
} }