mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
## Version 2022/08/06
|
|
# Fail2Ban jail configuration for nginx badbots
|
|
# Works OOTB with defaults
|
|
|
|
[nginx-badbots]
|
|
|
|
enabled = false
|
|
port = http,https
|
|
logpath = %(nginx_access_log)s
|
|
filter = apache-badbots
|
|
maxretry = 2
|