shoebottom.ca-nginx/culturalconnections.conf

10 lines
214 B
Plaintext
Raw Normal View History

server {
listen 80;
listen [::]:80;
server_name culturalconnections.shoebottom.ca;
# CulturalConnections app page
location /CulturalConnections {
proxy_pass http://0.0.0.0:6789;
}
}