diff --git a/nginx.conf b/nginx.conf index 1356419..bd2f54e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,6 +19,11 @@ server { index index.html index.htm; } + location ~ /home { + alias /usr/share/nginx/html; + index index.html index.htm; + } + #error_page 404 /404.html; # redirect server error pages to the static page /50x.html