Skip to content

Commit

Permalink
update port and name
Browse files Browse the repository at this point in the history
  • Loading branch information
drizuid authored Dec 4, 2024
1 parent 8538772 commit 236833f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions castopod.subdomain.conf.sample
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 236833f

Please sign in to comment.