From 951a86f7ee965b70418f2926c57c2564ff04567e Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Sat, 14 Aug 2021 18:12:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=AD=BB=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 12e4b73..6d232f4 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -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;