pref: update nginx config

This commit is contained in:
thehrz 2023-08-12 20:20:32 +08:00
parent 4e92c0ade1
commit f1b61b16cb
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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