diff --git a/nginx.conf b/nginx.conf index bd2f54e..df47c75 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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; }