From: Sarah Hoffmann Date: Tue, 19 Dec 2017 21:27:52 +0000 (+0100) Subject: nominatim: apply rate limit X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1d211aa8f23d49c4d4fab143f7dff8b03d316e99 nominatim: apply rate limit --- diff --git a/roles/nominatim.rb b/roles/nominatim.rb index bcfb5434a..74cc74ba7 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -26,6 +26,11 @@ default_attributes( :apt => { :sources => ["postgresql"] }, + :networking => { + :firewall => { + :http_rate_limit => "s:7/sec:15" + } + }, :postgresql => { :settings => { :defaults => {