[gRPC/Nginx] fix: config (#42)

This commit is contained in:
xqzr 2021-09-27 20:38:11 +08:00 committed by GitHub
parent d6b94c41bf
commit cb58f14575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Xray client <--- gRPC(TLS) ---> Caddy2 <--- gRPC(cleartext) ---> Xray server
同时,您也可以选择使用 Nginx。示例配置片段如下部分来自 [@xqzr](https://github.com/xqzr)
```conf
server {
listen 443 ssl http2;
listen 443 ssl http2 so_keepalive=on;
server_name example.com;
index index.html;