This commit is contained in:
Isaac Shoebottom 2023-03-20 02:36:01 -03:00
parent 38bc3ceb35
commit 82fa78286d

View File

@ -2,7 +2,7 @@ server {
server_name culturalconnections.shoebottom.ca;
# CulturalConnections app page
location /CulturalConnections {
location / {
proxy_pass http://0.0.0.0:6789;
}