diff --git a/nginx.conf b/nginx.conf index 4c7dd3d..5abb7a1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -14,6 +14,11 @@ server { index index.html index.htm; } + location /profile { + alias /usr/share/nginx/html; + index index.html index.htm; + } + location /home { alias /usr/share/nginx/html; index index.html index.htm;