Answer the question
In order to leave comments, you need to log in
Is it possible to limit the total number of requests in Nginx?
In nginx, it is possible to set a limit on the number of requests from one ip:
limit_req_zone $binary_remote_addr zone=zzz:10m;
...
limit_req zone=zzz burst=1000 nodelay;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question