ansible-roles/packweb-apache/templates/evolinux-evasive.conf.j2

10 lines
222 B
Plaintext
Raw Normal View History

2017-03-21 17:35:42 +01:00
<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 5
DOSSiteCount 30
DOSPageInterval 3
DOSSiteInterval 1
DOSBlockingPeriod 60
2017-07-23 00:38:05 +02:00
DOSEmailNotify {{ general_alert_email }}
2017-03-21 17:35:42 +01:00
</IfModule>