mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 21:28:15 -05:00
14 lines
444 B
Plaintext
14 lines
444 B
Plaintext
## Version 2022/08/06
|
|
# Fail2Ban jail configuration for nginx-limit-req
|
|
|
|
# To use 'nginx-limit-req' jail you should have `ngx_http_limit_req_module`
|
|
# and define `limit_req` and `limit_req_zone` as described in nginx documentation
|
|
# http://nginx.org/en/docs/http/ngx_http_limit_req_module.html
|
|
# or for example see in 'config/filter.d/nginx-limit-req.conf'
|
|
|
|
[nginx-limit-req]
|
|
|
|
enabled = false
|
|
port = http,https
|
|
logpath = %(nginx_error_log)s
|