]>
git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
"Aux_Data" => "aux",
"Aux_Index" => "aux"
},
"Aux_Data" => "aux",
"Aux_Index" => "aux"
},
+ :fpm_pools => {
+ :www => {
+ :port => "8000",
+ :pm => "dynamic",
+ :max_children => "60"
+ },
+ :bulk => {
+ :port => "8001",
+ :pm => "static",
+ :max_children => "10"
+ },
+ :details => {
+ :port => "8002",
+ :pm => "static",
+ :max_children => "2"
+ }
+ },