From 2a3aa86e4a5316d5c205272881229da64a19db9c Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sat, 26 Oct 2024 03:10:34 +0800 Subject: [PATCH] Update Caddyfile --- VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile b/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile index 8d789e3..958e22b 100644 --- a/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile +++ b/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile @@ -1,5 +1,5 @@ localhost:443 { - handle /split/* { - reverse_proxy http://127.0.0.1:1234/ + handle_path /split/* { + reverse_proxy http://127.0.0.1:1234 } }