From ffbee63fa15e142b4731d07096d6ad4e6cbd8f2c Mon Sep 17 00:00:00 2001 From: ifeng <84112641+hiifeng@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:58:12 +0800 Subject: [PATCH] Update nginx.conf --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index bc6ede20..a79b0738 100644 --- a/nginx.conf +++ b/nginx.conf @@ -43,7 +43,7 @@ http { index index.html index.htm; } - location /VMESS_WSPATH { + location VMESS_WSPATH { proxy_redirect off; proxy_pass http://127.0.0.1:10000; proxy_http_version 1.1; @@ -54,7 +54,7 @@ http { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } - location /VLESS_WSPATH { + location VLESS_WSPATH { proxy_redirect off; proxy_pass http://127.0.0.1:20000; proxy_http_version 1.1;