diff options
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/homepage.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nginx/homepage.conf b/nginx/homepage.conf index a9616c0..e15ff79 100644 --- a/nginx/homepage.conf +++ b/nginx/homepage.conf @@ -8,6 +8,10 @@ server { root /var/www/homepage/404.html; } + location /interactive { + root /var/www/interactive; + } + location / { root /var/www/homepage; index index.html; |
