diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-28 04:23:25 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-28 04:23:25 -0500 |
| commit | 3e38b9a8cd2be63ff122188ef1432b8b1b35f7d2 (patch) | |
| tree | 9f3dc5ac5d273bf20978f8fc41e6866f636e4aaf /nginx/homepage.conf | |
| parent | dd9e3355fffe404646ca629c0b29d6e3336ae3ca (diff) | |
nginx
Diffstat (limited to 'nginx/homepage.conf')
| -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 / { |
