From 4eb55f958d3e07f894dbfb2b337d692d365cd034 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 22 Nov 2025 14:24:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEcaddy=E9=82=AE=E7=AE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/Caddyfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/Caddyfile b/conf/Caddyfile index 752508b..947dd1f 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -1,4 +1,10 @@ -# 代理到 hubproxy 的 5000 端口 +# 代理到 hubproxy 的 5000 端i口 +# +{ + # 可选:关闭自动 HTTPS(用于测试) + # auto_https off + email ssl@diyla.com +} hub.diyla.com { reverse_proxy hubproxy:5000 }