I set up limit-req on nginx but I ended up dropping requests from a
lot of legitimate users although very few were banned.  I was using
this config which is shown in the example in the config file
distributed by Gentoo with fail2ban:

limit_req_zone $binary_remote_addr zone=one:10m rate=1r/s;
limit_req zone=one burst=1 nodelay;

I'm going to try increasing the burst value to 5 but has anyone found
a config for this that seems to work well?  I'm only limiting requests
for pages.

- Grant

------------------------------------------------------------------------------
_______________________________________________
Fail2ban-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Reply via email to