Add cultural connections page
This commit is contained in:
@ -81,6 +81,11 @@ 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
|
||||
|
Reference in New Issue
Block a user