Update README.md

This commit is contained in:
Jim Han 2021-03-28 16:55:09 +08:00 committed by GitHub
parent 2694edf105
commit 40be7882f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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