Answer the question
In order to leave comments, you need to log in
How to limit the number of requests to the site from one IP per hour?
The essence of the problem: the site is parsed through a proxy network (about 200 IP). It is necessary to limit such requests, while not blocking search engine robots.
Now requests are limited by Nginx via limit_req_zone + fail2ban. But all this does not work well, because it turns out to be limited to several requests per second . I want to set up an hour limit, let's say only 1800 requests per hour are allowed per IP . How to do it?
p.s. Ubuntu OS.
Answer the question
In order to leave comments, you need to log in
In nginx-mod https://www.getpagespeed.com/nginx-mod-a-better-fa... there is:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question