From 8c9e1c5f4fcd979059e7e531595c1b89223397c1 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:32:28 +0800 Subject: [PATCH] Starting with "application/grpc" --- VLESS-GRPC/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VLESS-GRPC/README.md b/VLESS-GRPC/README.md index 27472d9..e1863bf 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -23,7 +23,7 @@ server { keepalive_timeout 30m; # 在 location 后填写 /你的 ServiceName location /你的 ServiceName { - if ($content_type !~ "application/grpc") { + if ($content_type !~ "^application/grpc") { return 404; } client_max_body_size 0;