]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Use TCP/IP connections for FPM on 14.04
[chef.git] / roles / pummelzacken.rb
index 341b87e27ad4a70d3e1475eded19dfb7ffeb060f..62225861510979311e0c9ae2f797bc2ad784c237 100644 (file)
@@ -39,10 +39,12 @@ default_attributes(
     },
     :fpm_pools => {
         :www => {
+            :port => "8000",
             :pm => "dynamic",
             :max_children => "70"
         },
         :bulk => {
+            :port => "8001",
             :pm => "static",
             :max_children => "10"
         }