pref: update nginx config

This commit is contained in:
thehrz 2023-08-11 17:44:23 +08:00
parent 40f9bea7ac
commit 316a83de39
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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