Limit connection to specific location

Valentin V. Bartenev vbart at nginx.com
Wed Aug 14 14:15:21 UTC 2013


On Wednesday 14 August 2013 15:54:50 Jaap van Arragon wrote:
> I've tried the limit_req but the problem is that it limits the
> simultaneous requests and I want to limit the total request per hour from
> one ip (not necessarily simultaneously)

The number of simultaneous requests is limited by the *limit_conn* module:
http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html

But I mentioned the *limit_req* module:
http://nginx.org/en/docs/http/ngx_http_limit_req_module.html

  wbr, Valentin V. Bartenev

--
http://nginx.org/en/donation.html



More information about the nginx mailing list