mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-09-19 05:34:29 +08:00
client_body_buffer_size: 512k
可能解决上行慢的问题
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user