Add cultural connections page to own subdomain
This commit is contained in:
parent
e1ba5199a1
commit
3e74e17aa3
10
culturalconnections.conf
Normal file
10
culturalconnections.conf
Normal 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;
|
||||
}
|
||||
}
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user