client_body_buffer_size: 512k

可能解决上行慢的问题
pull/48/head
xqzr 2022-03-08 22:44:24 +08:00 committed by GitHub
parent 97af2eb5ef
commit 65adea00ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;