pref: update nginx config

This commit is contained in:
thehrz 2023-08-12 15:29:32 +08:00
parent 63b4375beb
commit 0331c0c52c
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

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