2019-09-02 18:56:34 +02:00
|
|
|
[DEFAULT]
|
|
|
|
|
ignoreip = 127.0.0.1/8 ::1
|
|
|
|
|
|
2019-04-07 12:57:35 +02:00
|
|
|
[recidive]
|
|
|
|
|
enabled = true
|
|
|
|
|
|
|
|
|
|
[nginx-http-auth]
|
|
|
|
|
enabled = true
|
|
|
|
|
|
|
|
|
|
[nginx-botsearch]
|
|
|
|
|
enabled = true
|
|
|
|
|
|
|
|
|
|
[wo-wordpress]
|
|
|
|
|
enabled = true
|
|
|
|
|
filter = wo-wordpress
|
|
|
|
|
action = iptables-multiport[name="wo-wordpress", port="http,https"]
|
|
|
|
|
logpath = /var/log/nginx/*access.log
|
|
|
|
|
maxretry = 5
|
|
|
|
|
|
|
|
|
|
[nginx-forbidden]
|
|
|
|
|
enabled = true
|
|
|
|
|
filter = nginx-forbidden
|
2019-07-18 14:32:41 +02:00
|
|
|
action = iptables-multiport[name="wo-wordpress", port="http,https"]
|
2019-04-07 12:57:35 +02:00
|
|
|
logpath = /var/log/nginx/*error*.log
|