feat:#45 fix nginx static serving and light mode default

This commit is contained in:
survellow
2024-07-03 19:11:09 +02:00
parent 6849dd492c
commit 2af1943733
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ http {
index index.html index.htm;
#necessary to display vue subpage
try_files $uri $uri/ /index.html;
try_files $uri $uri.html $uri/ /index.html;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {