Syntax: | proxy_upload_rate |
---|---|
Default: | proxy_upload_rate 0; |
Context: | stream , server |
This directive appeared in version 1.9.3.
Limits the speed of reading the data from the client. The rate
is specified in bytes per second. The zero value disables rate limiting. The limit is set per a connection, so if the client simultaneously opens two connections, the overall rate will be twice as much as the specified limit.
Please login to continue.