Add cultural connections page to own subdomain

This commit is contained in:
Isaac Shoebottom 2023-03-20 02:26:30 -03:00
parent e1ba5199a1
commit 3e74e17aa3
2 changed files with 10 additions and 5 deletions

10
culturalconnections.conf Normal file
View File

@ -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;
}
}

View File

@ -81,11 +81,6 @@ server {
sendfile on; sendfile on;
alias /home/isaac/Media/Host; alias /home/isaac/Media/Host;
} }
# CulturalConnections app page
location /CulturalConnections {
proxy_pass http://0.0.0.0:6789;
}
} }
server { server {
# Redirect http to https # Redirect http to https