From 2694edf1050be640d07d39bcfb3eb0564f787732 Mon Sep 17 00:00:00 2001 From: Jim Han <50871214+JimhHan@users.noreply.github.com> Date: Sun, 28 Mar 2021 16:54:46 +0800 Subject: [PATCH] Update README.md --- VLESS-GRPC/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VLESS-GRPC/README.md b/VLESS-GRPC/README.md index 2c7c52c..7fbbce1 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -7,7 +7,7 @@ Xray client <--- gRPC(TLS) ---> Caddy2 <--- gRPC(cleartext) ---> Xray server 同时,您也可以选择使用 Nginx。示例配置片段如下(来自 @xiaoQzhuren): ```conf -# 填写你的 ServiceName +# 在 location 后填写 /{你的 ServiceName} location / { if ($request_method != "POST") { return 404; @@ -17,4 +17,4 @@ location / { grpc_pass grpc://127.0.0.1:2002; } -``` \ No newline at end of file +```