X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4ca0225b07ae137e1fc670596cfd1d81fedca1ca..56d96508993293278dfd1ee741c39e5ea880f2b3:/roles/nominatim.rb?ds=sidebyside diff --git a/roles/nominatim.rb b/roles/nominatim.rb index 6785c0023..94c41e701 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 => {} } )