diff --git a/homepage.conf b/homepage.conf index 8c862f7..62a415a 100644 --- a/homepage.conf +++ b/homepage.conf @@ -81,6 +81,11 @@ server { sendfile on; alias /home/isaac/Media/Host; } + + # CulturalConnections app page + location /CulturalConnections { + proxy_pass http://0.0.0.0:6789; + } } server { # Redirect http to https