]> 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 93b7daf074641b7fa957a53a041c7722ff5fe59e..d096f93941079d5136bb68fd71b1080384c2e442 100644 (file)
@@ -13,11 +13,6 @@ default[:nominatim][:fpm_pools] = {
     :port => "8000",
     :pm => "dynamic",
     :max_children => "60"
-  },
-  :bulk => {
-    :port => "8001",
-    :pm => "static",
-    :max_children => "10"
   }
 }