From ab663e068396ab33c7db85ee62d68e5318a2bd77 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sat, 16 Aug 2025 01:17:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(caddy):=20=E6=B7=BB=E5=8A=A0webhook?= =?UTF-8?q?=E5=8F=8D=E5=90=91=E4=BB=A3=E7=90=86=E5=92=8CTLS=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在48474.site配置中添加/webhook路径的反向代理到10.1.8.14:8090 为dom.48474.site添加TLS证书配置 --- webout/configs/caddy/txc-proxy.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webout/configs/caddy/txc-proxy.conf b/webout/configs/caddy/txc-proxy.conf index 1ab5b72..b11be0c 100644 --- a/webout/configs/caddy/txc-proxy.conf +++ b/webout/configs/caddy/txc-proxy.conf @@ -3,6 +3,7 @@ https://48474.site { root * /www-root/48474.site/public file_server encode zstd gzip + reverse_proxy /webhook 10.1.8.14:8090 } https://www.48474.site { @@ -10,5 +11,6 @@ https://www.48474.site { } https://dom.48474.site { + tls moqiruyi@gmail.com reverse_proxy 10.1.8.14:9800 } \ No newline at end of file