]> git.openstreetmap.org Git - chef.git/commitdiff
Tighten mod_evasive restrictions for the main site
authorTom Hughes <tom@compton.nu>
Thu, 13 Jun 2024 21:25:12 +0000 (22:25 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 13 Jun 2024 21:27:06 +0000 (22:27 +0100)
roles/web-frontend.rb

index b5597adb67278a6628e506ad382d778308e2330f..8e8fa817d0381e095a29523c02f9e0ab42661e20 100644 (file)
@@ -4,6 +4,11 @@ description "Role applied to all web/api frontend servers"
 default_attributes(
   :apache => {
     :mpm => "event",
+    :evasive => {
+      :page_count => 30,
+      :site_count => 100,
+      :blocking_period => 30
+    },
     :event => {
       :server_limit => 20,
       :max_request_workers => 1000,