Hi, this nginx module is not included in hestiacp, so excessive requests cannot be blocked with limit_req_zone:
nginx -V 2>&1 | grep --color -o http_limit_req_module --> empty response
Is there a tutorial for installing it?
Thanks.
Hi, this nginx module is not included in hestiacp, so excessive requests cannot be blocked with limit_req_zone:
nginx -V 2>&1 | grep --color -o http_limit_req_module --> empty response
Is there a tutorial for installing it?
Thanks.
The bash test (sorry, there is an error in the previous line.):
nginx -V 2>&1 | grep --color -o http_limit_req_module
response if empty (module not installed)
Thanks
Hi @hansjj
The module is already included in the core. It won’t appear as a separate module, but it’s there, you don’t need to do anything to install it.