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 ?
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 ?
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
According to Nginx Module comparison matrix the HttpLimitZoneModule is equivalent to mod_evasive of apache.
This directive is made obsolete in version 1.1.8, an equivalent limit_conn_zone directive with a changed syntax should be used instead.
Further instructions for new module and directives can be found here.
© 2022 - 2024 — McMap. All rights reserved.