12 lines
237 B
Text
12 lines
237 B
Text
|
# Managed by Ansible
|
||
|
|
||
|
[nginx-req-limit]
|
||
|
|
||
|
enabled = true
|
||
|
filter = nginx-req-limit
|
||
|
action = iptables-multiport[name=ReqLimit, port="http,https", protocol=tcp]
|
||
|
logpath = /var/log/nginx/*error.log
|
||
|
findtime = 600
|
||
|
bantime = 7200
|
||
|
maxretry = 10
|