update nginx.conf

This commit is contained in:
simple321vip
2023-04-09 23:55:26 +08:00
parent 873fdeffc9
commit b33663b2f0
+5
View File
@@ -14,6 +14,11 @@ server {
index index.html index.htm; index index.html index.htm;
} }
location /profile {
alias /usr/share/nginx/html;
index index.html index.htm;
}
location /home { location /home {
alias /usr/share/nginx/html; alias /usr/share/nginx/html;
index index.html index.htm; index index.html index.htm;