update port and name

This commit is contained in:
driz 2024-12-04 10:08:46 -05:00 committed by GitHub
parent 8538772315
commit 236833f808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
## Version 2024/07/16
# make sure that your castopod container is named castopod
# make sure that your castopod container is named castopod-app
# make sure that your dns has a cname set for castopod
server {
@ -37,8 +37,8 @@ server {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app castopod;
set $upstream_port 80;
set $upstream_app castopod-app;
set $upstream_port 8000;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;