mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
update port and name
This commit is contained in:
parent
215e489251
commit
411b8625b8
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue