Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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
## Version 2024/12/04
# 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
Loading