]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/attributes/default.rb
nominatim: move to nginx for webserving
[chef.git] / cookbooks / nominatim / attributes / default.rb
index 67708f9a1423691af2605039184c44f67dcaca77..d096f93941079d5136bb68fd71b1080384c2e442 100644 (file)
@@ -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"
   }
 }