pref: update nginx config

This commit is contained in:
thehrz 2023-08-11 23:19:02 +08:00
parent 9063795bdc
commit 294efc74fd
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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