proxy_upload_rate

Syntax: proxy_upload_rate 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.

doc_nginx
2017-02-09 07:08:40
Comments
Leave a Comment

Please login to continue.