]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
nominatim: add separate fpm-pool for details
[chef.git] / roles / pummelzacken.rb
index f7a9347b63f3fa37630870a7a74cc8ef107ad3dc..e1b21e67d7203a0e4ecbcbc0a5e027ea703017cf 100644 (file)
@@ -37,18 +37,6 @@ default_attributes(
       :dbname => "nominatim",
       :postgis => "2.1"
     },
-    :fpm_pools => {
-      :www => {
-        :port => "8000",
-        :pm => "dynamic",
-        :max_children => "60"
-      },
-      :bulk => {
-        :port => "8001",
-        :pm => "static",
-        :max_children => "10"
-      }
-    },
     :redirects => {
     }
   },