]> git.openstreetmap.org Git - chef.git/blobdiff - roles/planet.rb
Add a per-IP connection limit on planet.osm.org
[chef.git] / roles / planet.rb
index 8ee1ce9e95f572a6a73ee2a491fe79328726c183..8c2870767b62c3be9c45961b762355afcfd5d5b2 100644 (file)
@@ -31,6 +31,11 @@ default_attributes(
       }
     }
   },
+  :networking => {
+    :firewall => {
+      :http_connection_limit => 10
+    }
+  },
   :apache => {
     :mpm => "event",
     :keepalive => true,