]> git.openstreetmap.org Git - chef.git/commitdiff
Relax page count limit for evasive
authorTom Hughes <tom@compton.nu>
Mon, 11 Mar 2024 17:48:37 +0000 (17:48 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 11 Mar 2024 17:48:37 +0000 (17:48 +0000)
cookbooks/apache/templates/default/evasive.conf.erb

index af52666856a41e3783f4c91cada3c04affc50f33..92b03552554658c8e713503add74501f9f4cc9b0 100644 (file)
@@ -2,7 +2,7 @@
 
 <IfModule mod_evasive.c>
     DOSHashTableSize    65536
-    DOSPageCount        2
+    DOSPageCount        10
     DOSSiteCount        50
     DOSPageInterval     1
     DOSSiteInterval     1