Opened 8 years ago
Last modified 7 years ago
#1060 new enhancement
limit_req_zone add longer periods
Reported by: | Emanuelis | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11 |
Component: | nginx-module | Version: | 1.11.x |
Keywords: | ratelimit | Cc: | |
uname -a: | |||
nginx -V: | nginx/1.10.1 |
Description
Hi,
limit_req_zone supports only r/s and r/m. But to effectively stop bruteforce login attempts it would help r/h and r/d (requests per hour, requests per day).
Simple, elegant, effective.
Note:
See TracTickets
for help on using tickets.
Duplicate of #68.