X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67dd81a83b573132e0423134ab5dfbbde7da71e3..611017bc534a5e2191dbf939b4be4899bbe9669c:/cookbooks/nominatim/attributes/default.rb diff --git a/cookbooks/nominatim/attributes/default.rb b/cookbooks/nominatim/attributes/default.rb index 67708f9a1..d096f9394 100644 --- a/cookbooks/nominatim/attributes/default.rb +++ b/cookbooks/nominatim/attributes/default.rb @@ -13,16 +13,6 @@ default[:nominatim][:fpm_pools] = { :port => "8000", :pm => "dynamic", :max_children => "60" - }, - :bulk => { - :port => "8001", - :pm => "static", - :max_children => "10" - }, - :details => { - :port => "8002", - :pm => "static", - :max_children => "2" } }