pref: update nginx config

This commit is contained in:
thehrz 2023-08-13 12:09:28 +08:00
parent ec37c91520
commit c3391beb99
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -14,6 +14,6 @@ server {
location / {
root /usr/share/nginx/html;
try_files $uri /index.html;
try_files $uri $uri.html /index.html;
}
}