Files
deploy_home/ansible/roles/common/files/fail2ban/jails/nginx.local
2020-09-24 21:06:56 -04:00

21 lines
308 B
Plaintext

[nginx-limit-req]
enabled = true
port = http,https
findtime = 600
bantime = 1w
maxretry = 8
[nginx-http-auth]
enabled = true
port = http,https
logpath = %(nginx_error_log)s
bantime = 2w
maxretry = 5
[nginx-botsearch]
enabled = true
port = http,https
logpath = %(nginx_error_log)s
bantime = 1w
maxretry = 5