pref: update nginx config

This commit is contained in:
thehrz 2023-08-12 17:51:26 +08:00
parent 75b1821d86
commit 4e92c0ade1
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -13,7 +13,7 @@ server {
gzip_vary on;
location / {
root /usr/local/share/html;
root /usr/share/nginx/html;
index index.html index.htm;
}
}