fastcgi_limit_rate

Syntax: fastcgi_limit_rate rate;
Default: fastcgi_limit_rate 0;
Context: http, server, location

This directive appeared in version 1.7.7.

Limits the speed of reading the response from the FastCGI server. The rate is specified in bytes per second. The zero value disables rate limiting. The limit is set per a request, and so if nginx simultaneously opens two connections to the FastCFI server, the overall rate will be twice as much as the specified limit. The limitation works only if buffering of responses from the FastCGI server is enabled.

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

Please login to continue.