From 65adea00eea66d2f2f9521143b3aa328aa31d224 Mon Sep 17 00:00:00 2001 From: xqzr <34030394+xqzr@users.noreply.github.com> Date: Tue, 8 Mar 2022 22:44:24 +0800 Subject: [PATCH] client_body_buffer_size: 512k MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 可能解决上行慢的问题 --- VLESS-GRPC/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/VLESS-GRPC/README.md b/VLESS-GRPC/README.md index 2407293..151e42d 100644 --- a/VLESS-GRPC/README.md +++ b/VLESS-GRPC/README.md @@ -24,6 +24,7 @@ server { return 404; } client_max_body_size 0; + client_body_buffer_size 512k; grpc_set_header X-Real-IP $remote_addr; client_body_timeout 52w; grpc_read_timeout 52w;