]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/attributes/default.rb
nominatim: remove details pool
[chef.git] / cookbooks / nominatim / attributes / default.rb
index 67708f9a1423691af2605039184c44f67dcaca77..93b7daf074641b7fa957a53a041c7722ff5fe59e 100644 (file)
@@ -18,11 +18,6 @@ default[:nominatim][:fpm_pools] = {
     :port => "8001",
     :pm => "static",
     :max_children => "10"
-  },
-  :details => {
-    :port => "8002",
-    :pm => "static",
-    :max_children => "2"
   }
 }