mod_evasive for nginx?

Eric picture Eric · Jan 31, 2011 · Viewed 9.5k times · Source

I am using mod_evasive for apache which manages DOS, that is it automatically blacklist IP's that do too much http queries during a delta time.

Does it exists on nginx ?

Answer

CyberDem0n picture CyberDem0n · Feb 1, 2011

No, it doesn't. But you can use ngx_http_limit_req_module. For more information about this module, look for documentation: https://nginx.org/en/docs/http/ngx_http_limit_req_module.html