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; }