diff options
| -rw-r--r-- | nginx/homepage.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/homepage.conf b/nginx/homepage.conf index e15ff79..4976a6c 100644 --- a/nginx/homepage.conf +++ b/nginx/homepage.conf @@ -9,7 +9,7 @@ server { } location /interactive { - root /var/www/interactive; + alias /var/www/interactive/; } location / { |
