From 7cfa58563ab70b4bd50ef3874a2148ee8cfbc0b3 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Thu, 27 May 2021 22:23:58 +0800 Subject: [PATCH] [gRPC/nginx] Fix unexpected EOF issue (#33) --- VLESS-GRPC/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/VLESS-GRPC/README.md b/VLESS-GRPC/README.md index af317ec..594c241 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -13,6 +13,7 @@ location { return 404; } client_max_body_size 0; + client_body_timeout 1071906480m; grpc_read_timeout 1071906480m; grpc_pass grpc://127.0.0.1:2002; }