Questions tagged [ngx-http-limit-req-module]

1 questions
2
votes
1 answer

Nginx limit requests by IP range / subnet, not a single IP

I can limit the rate of incoming connections from particular IP by using limit_conn_zone directive. But what if I want to set the zone not to just $remote_addr (which will give me separate limits for every single IP address in the world), but to the…
Vladislav Rastrusny
  • 2,671
  • 12
  • 42
  • 56