ansible-roles/packweb-apache/templates/evolinux-evasive.conf.j2
Ludovic Poujol 09371b095f
All checks were successful
continuous-integration/drone/push Build is passing
packweb-apache: Don't turn on mod-evasive emails by default
2020-05-18 12:03:34 +02:00

10 lines
223 B
Django/Jinja

<IfModule mod_evasive20.c>
DOSHashTableSize 3097
DOSPageCount 5
DOSSiteCount 30
DOSPageInterval 3
DOSSiteInterval 1
DOSBlockingPeriod 60
#DOSEmailNotify {{ general_alert_email }}
</IfModule>