]> git.openstreetmap.org Git - chef.git/commitdiff
Revert "nominatim: remove firewall http rate limiting"
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 31 Oct 2019 08:54:13 +0000 (09:54 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 31 Oct 2019 08:54:13 +0000 (09:54 +0100)
This reverts commit f2e8efe99b471cd5aef85977e6b22d024151c9a4.

roles/nominatim.rb

index ac76db74465acce5e16fac01a89f0afd671c5e6d..9564e11831d4a3e7ed6689ff490e00c1ae9afb3a 100644 (file)
@@ -28,6 +28,11 @@ default_attributes(
   :apt => {
     :sources => ["postgresql"]
   },
+  :networking => {
+    :firewall => {
+      :http_rate_limit => "s:7/sec:15"
+    }
+  },
   :postgresql => {
     :settings => {
       :defaults => {