]> git.openstreetmap.org Git - chef.git/commitdiff
Add a connection rate limit to the web frontends
authorTom Hughes <tom@compton.nu>
Tue, 9 Jan 2024 12:26:28 +0000 (12:26 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 9 Jan 2024 12:26:41 +0000 (12:26 +0000)
roles/web-frontend.rb

index 7ef592fcbc952025a326e02e39e427557a8ad26d..2549e98dc1d4aa4dfbe344788117a16e6ce413f8 100644 (file)
@@ -24,6 +24,11 @@ default_attributes(
   :memcached => {
     :memory_limit => 8192
   },
+  :networking => {
+    :firewall => {
+      :http_rate_limit => "s:5/sec:30"
+    }
+  },
   :passenger => {
     :max_pool_size => 50
   },