From 3e74e17aa3cd7c61d2eb9aba681d08d1bd97e932 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Mon, 20 Mar 2023 02:26:30 -0300 Subject: [PATCH] Add cultural connections page to own subdomain --- culturalconnections.conf | 10 ++++++++++ homepage.conf | 5 ----- 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 culturalconnections.conf diff --git a/culturalconnections.conf b/culturalconnections.conf new file mode 100644 index 0000000..0944085 --- /dev/null +++ b/culturalconnections.conf @@ -0,0 +1,10 @@ +server { + listen 80; + listen [::]:80; + server_name culturalconnections.shoebottom.ca; + + # CulturalConnections app page + location /CulturalConnections { + proxy_pass http://0.0.0.0:6789; + } +} \ No newline at end of file diff --git a/homepage.conf b/homepage.conf index 62a415a..8c862f7 100644 --- a/homepage.conf +++ b/homepage.conf @@ -81,11 +81,6 @@ 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