proxy_download_rate

Syntax: proxy_download_rate rate;
Default: proxy_download_rate 0;
Context: stream, server

This directive appeared in version 1.9.3.

Limits the speed of reading the data from the proxied server. The rate is specified in bytes per second. The zero value disables rate limiting. The limit is set per a connection, so if nginx simultaneously opens two connections to the proxied server, the overall rate will be twice as much as the specified limit.

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

Please login to continue.