From 9f6cd5108cca39435157d0216a77bd0097f61991 Mon Sep 17 00:00:00 2001 From: lxhao61 Date: Tue, 27 Sep 2022 03:41:45 +0800 Subject: [PATCH] Update 3_nginx.conf --- v2ray(E+B+C+G+A)+trojan+nginx/3_nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2ray(E+B+C+G+A)+trojan+nginx/3_nginx.conf b/v2ray(E+B+C+G+A)+trojan+nginx/3_nginx.conf index 849905bd97b..fc01364b9f8 100644 --- a/v2ray(E+B+C+G+A)+trojan+nginx/3_nginx.conf +++ b/v2ray(E+B+C+G+A)+trojan+nginx/3_nginx.conf @@ -77,9 +77,9 @@ http { ssl_prefer_server_ciphers on; location /VALdGZ9k { #与vless+grpc应用中serviceName对应 - if ($request_method != "POST") { #POST协商失败时返回404 + if ($request_method != "POST") { return 404; - } + } #POST协商失败时返回404 client_body_buffer_size 1m; client_body_timeout 1h; client_max_body_size 0;