From 170710465daec4243724b4a1340873cf2722fe7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=B0=E6=A3=AE?= <48143913+johnrosen1@users.noreply.github.com> Date: Mon, 18 Apr 2022 15:36:46 +0800 Subject: [PATCH] add proxy_socket_keepalive --- VLESS-GRPC/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/VLESS-GRPC/README.md b/VLESS-GRPC/README.md index 28fd262..ff44dd7 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -18,6 +18,7 @@ server { client_header_timeout 1071906480m; keepalive_timeout 1071906480m; + proxy_socket_keepalive on; # 在 location 后填写 /你的 ServiceName location /你的 ServiceName { if ($content_type !~ "application/grpc") {