projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nominatim: add separate fpm-pool for details
[chef.git]
/
roles
/
pummelzacken.rb
diff --git
a/roles/pummelzacken.rb
b/roles/pummelzacken.rb
index f7a9347b63f3fa37630870a7a74cc8ef107ad3dc..e1b21e67d7203a0e4ecbcbc0a5e027ea703017cf 100644
(file)
--- a/
roles/pummelzacken.rb
+++ b/
roles/pummelzacken.rb
@@
-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 => {
}
},