From 100e729cc7c7c704b279f2dff9a0b658f6389a5b Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sat, 26 Oct 2024 02:37:34 +0800 Subject: [PATCH] Update nginx.conf --- VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf b/VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf index 2362fd8..751e3bd 100644 --- a/VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf +++ b/VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf @@ -15,8 +15,8 @@ server { # of information. # access_log off; - location /split { - proxy_pass http://127.0.0.1:1234; + location /split/ { + proxy_pass http://127.0.0.1:1234/; proxy_http_version 1.1; proxy_redirect off; }