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