pref: update nginx config

This commit is contained in:
thehrz 2023-08-11 14:01:04 +08:00
parent b6a75d4020
commit 40f9bea7ac
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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