mirror of
https://github.com/XTLS/Xray-examples.git
synced 2025-01-19 06:19:28 +08:00
client_body_buffer_size: 512k
可能解决上行慢的问题
This commit is contained in:
parent
97af2eb5ef
commit
65adea00ee
@ -24,6 +24,7 @@ server {
|
|||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
|
client_body_buffer_size 512k;
|
||||||
grpc_set_header X-Real-IP $remote_addr;
|
grpc_set_header X-Real-IP $remote_addr;
|
||||||
client_body_timeout 52w;
|
client_body_timeout 52w;
|
||||||
grpc_read_timeout 52w;
|
grpc_read_timeout 52w;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user