projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c37aba
)
Move production web servers to passenger 5
author
Tom Hughes
<tom@compton.nu>
Tue, 31 Mar 2015 16:51:58 +0000
(17:51 +0100)
committer
Tom Hughes
<tom@compton.nu>
Tue, 31 Mar 2015 16:51:58 +0000
(17:51 +0100)
roles/web.rb
patch
|
blob
|
history
diff --git
a/roles/web.rb
b/roles/web.rb
index 7e67d19603eacb0d93fe2a28294f230a0694f28a..69b6a45d24bded98f47930d13a7c88f7825a540b 100644
(file)
--- a/
roles/web.rb
+++ b/
roles/web.rb
@@
-14,7
+14,6
@@
default_attributes(
"/store/rails" => { :host => "ironbelly", :path => "/store/rails" }
},
:passenger => {
- :version => 4,
:pool_idle_time => 0
},
:web => {