Hello Andrei.
Thank you very much for your response but I cannot understand how I can take
HTTP status 401 for a particular client into account with
ngx_http_limit_req_module. I have some experience with
ngx_http_limit_req_module: I limit the frequency of each client with
$binary_remote_addr key.
This can be done using ngx_http_limit_req_module -
http://nginx.org/en/docs/http/ngx_http_limit_req_module.html
On Tue, Oct 25, 2016 at 4:01 PM, hide wrote:
> Hello!
>
> My Nginx does fastcgi_pass to some CGI application. The CGI application can
> return HTTP status code 401. I want Nginx to ret
Hello!
My Nginx does fastcgi_pass to some CGI application. The CGI application can
return HTTP status code 401. I want Nginx to return this status code to the
user and prevent the next access of the user to the CGI application for 5
seconds.
For example, the user accessed the CGI application thro