Add cultural connections page
This commit is contained in:
parent
5aceaa3fe8
commit
e1ba5199a1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user