From 52aa16e8539c59c07269c16a8cecb62583069ac5 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Thu, 31 Oct 2019 09:54:13 +0100 Subject: [PATCH] Revert "nominatim: remove firewall http rate limiting" This reverts commit f2e8efe99b471cd5aef85977e6b22d024151c9a4. --- roles/nominatim.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/nominatim.rb b/roles/nominatim.rb index ac76db744..9564e1183 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -28,6 +28,11 @@ default_attributes( :apt => { :sources => ["postgresql"] }, + :networking => { + :firewall => { + :http_rate_limit => "s:7/sec:15" + } + }, :postgresql => { :settings => { :defaults => { -- 2.43.2