nginx conf update

This commit is contained in:
simple321vip
2022-10-31 19:40:02 +08:00
parent 82529fc050
commit b6f702e96e
+2 -2
View File
@@ -14,12 +14,12 @@ server {
index index.html index.htm; index index.html index.htm;
} }
location ~ /view { location /home {
alias /usr/share/nginx/html; alias /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;
} }
location ~ /home { location ~ /view {
alias /usr/share/nginx/html; alias /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;
} }