From b9a691b51e66774619e593787671d7011711d0bf Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sat, 8 Feb 2025 01:22:34 +0800 Subject: [PATCH] up(webout): update txc caddy config --- memos/prod.stack.yml | 2 +- webout/configs/caddy/txc-proxy.conf | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/memos/prod.stack.yml b/memos/prod.stack.yml index 4e890b8..e000a58 100644 --- a/memos/prod.stack.yml +++ b/memos/prod.stack.yml @@ -1,6 +1,6 @@ # path:: mkdir -pv /data/volumes/memos/data # run:: docker compose -p memos --env-file ./memos/env.cfg -f ./memos/prod.stack.yml up -d -# run:: docker compose -p memos --env-file ./memos/env-61.cfg -f ./memos/prod.stack.yml up -d +# run:: docker compose -p memos --env-file ./memos/env-61.cnf -f ./memos/prod.stack.yml up -d services: memos: diff --git a/webout/configs/caddy/txc-proxy.conf b/webout/configs/caddy/txc-proxy.conf index 615aece..633d3eb 100644 --- a/webout/configs/caddy/txc-proxy.conf +++ b/webout/configs/caddy/txc-proxy.conf @@ -7,4 +7,8 @@ https://48474.site { https://www.48474.site { redir https://48474.site permanent +} + +https://dom.48474.site { + reverse_proxy 10.1.8.14:5230 } \ No newline at end of file