X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/df0f163ca9f0c3e692c7adc639982128994f24f5..9a57684db8197041f65953a1f107708120923700:/roles/nominatim.rb diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 6785c0023..041cd0e13 100644 --- a/roles/nominatim.rb +++ b/roles/nominatim.rb @@ -84,6 +84,23 @@ default_attributes( "Aux_Data" => "aux", "Aux_Index" => "aux" }, + :fpm_pools => { + :www => { + :port => "8000", + :pm => "dynamic", + :max_children => "60" + }, + :bulk => { + :port => "8001", + :pm => "static", + :max_children => "10" + }, + :details => { + :port => "8002", + :pm => "static", + :max_children => "2" + } + }, :redirects => {} } )