Add cultural connections page

This commit is contained in:
Isaac Shoebottom 2023-03-20 01:52:07 -03:00
parent 5aceaa3fe8
commit e1ba5199a1

View File

@ -81,6 +81,11 @@ 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