aboutsummaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-12-28 04:20:59 -0500
committerJack Jamison <jackqjamison@gmail.com>2025-12-28 04:20:59 -0500
commitdd9e3355fffe404646ca629c0b29d6e3336ae3ca (patch)
tree3423975857b272f82e861b19512acd3676efb168 /nginx
parentd79ee9654260c707564bee1cb0e4f7cce586e879 (diff)
interactive page
Diffstat (limited to 'nginx')
-rw-r--r--nginx/homepage.conf4
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;