From fb19ed3ed6104ea86c3aa06a0e809e30a42baa16 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sat, 26 Oct 2024 02:48:55 +0800 Subject: [PATCH] Update Caddyfile --- VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile b/VLESS-TLS-SplitHTTP-CaddyNginx/Caddyfile index c2aca34..8d789e3 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 + reverse_proxy http://127.0.0.1:1234/ } }