nginx conf update
This commit is contained in:
+2
-2
@@ -14,12 +14,12 @@ server {
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
location ~ /view {
|
||||
location /home {
|
||||
alias /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
location ~ /home {
|
||||
location ~ /view {
|
||||
alias /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user