> IN SITE CONF FILE: > ----------------------------- > limit_conn addr 200; > limit_req zone=flood burst=200 nodelay; > > IN NGINX CONF FILE: > ——————————————— > limit_req_zone $ratelimited zone=flood:50m rate=90r/s > limit_conn_zone $ratelimited zone=addr:50m;
I see that your limit_req and limit_conn config matches. That makes sense to me. Why would someone configure them differently? Your allowed rate and burst values are much higher than mine. Is this because each page request on your site includes a lot of extraneous requests (images, etc)? I'm concerned that my low limits work fine for when there is a 1:1 correlation between IP addresses and humans, but won't when multiple people are simultaneously browsing my site behind a single IP. - Grant ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohodev2dev _______________________________________________ Fail2ban-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fail2ban-users
