Welcome! Log In Create A New Profile

Advanced

Re: Anyway to limit amount of requests to no more then 20 requests per hour for each file?

Valentin V. Bartenev
June 05, 2012 04:56PM
On Wednesday 06 June 2012 00:30:26 Joseph Cabezas wrote:
> Hello,
>
> Iam trying to avoid a seperate location {} for each file, instead just
> limit the amount of reqeusts per second based on each object.
>

If you're happy with 60 requests per hour, then you can take advantage of
the http_limit_req module.

http://nginx.org/en/docs/http/ngx_http_limit_req_module.html

limit_req_zone $uri zone=one:32m rate=1r/m;

wbr, Valentin V. Bartenev

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Anyway to limit amount of requests to no more then 20 requests per hour for each file?

Joseph Cabezas June 05, 2012 04:32PM

Re: Anyway to limit amount of requests to no more then 20 requests per hour for each file?

Valentin V. Bartenev June 05, 2012 04:56PM

RE: Anyway to limit amount of requests to no more then 20 requests per hour for each file?

Joseph Cabezas June 05, 2012 06:20PM

Re: Anyway to limit amount of requests to no more then 20 requests per hour for each file?

Valentin V. Bartenev June 05, 2012 06:26PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 126
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready