pref: update nginx config

This commit is contained in:
thehrz 2023-08-11 12:41:17 +08:00
parent 11855f1a21
commit fd798c09a5
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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