From e1ba5199a19ae16785d2488716677456ddc448b8 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 20 Mar 2023 01:52:07 -0300 Subject: [PATCH] Add cultural connections page --- homepage.conf | 5 +++++ 1 file changed, 5 insertions(+) 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