From 411b8625b87b07fc5430fa6eef3c31fd701f4a09 Mon Sep 17 00:00:00 2001 From: driz <40674481+drizuid@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:08:46 -0500 Subject: [PATCH] update port and name --- castopod.subdomain.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/castopod.subdomain.conf.sample b/castopod.subdomain.conf.sample index 7c2042e..ba9caeb 100644 --- a/castopod.subdomain.conf.sample +++ b/castopod.subdomain.conf.sample @@ -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;