From 7a7e5ae0c6e5fb1f4c32346176cfa738f10d52d1 Mon Sep 17 00:00:00 2001 From: freedom <137168702+internetfreedomir@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:29:13 +0330 Subject: [PATCH] Update nginx.conf --- VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf b/VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf index 2eaf1dc..0b785de 100644 --- a/VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf +++ b/VLESS-TLS-SplitHTTP-CaddyNginx/nginx.conf @@ -10,7 +10,7 @@ server { ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384; location /split { - proxy_pass http://127.0.0.1:1234; + proxy_pass http://127.0.0.1:1234/split; proxy_http_version 1.1; proxy_redirect off; }