diff --git a/VLESS-GRPC/README.md b/VLESS-GRPC/README.md index 7fbbce1..ca910ff 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -8,7 +8,7 @@ Xray client <--- gRPC(TLS) ---> Caddy2 <--- gRPC(cleartext) ---> Xray server 同时,您也可以选择使用 Nginx。示例配置片段如下(来自 @xiaoQzhuren): ```conf # 在 location 后填写 /{你的 ServiceName} -location / { +location { if ($request_method != "POST") { return 404; }