projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c542bda
)
Move nginx cache on takhsis and limit size
author
Tom Hughes
<tom@compton.nu>
Tue, 17 Mar 2020 09:13:04 +0000
(09:13 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 17 Mar 2020 09:13:04 +0000
(09:13 +0000)
roles/takhisis.rb
patch
|
blob
|
history
diff --git
a/roles/takhisis.rb
b/roles/takhisis.rb
index 35a8287cc2c6945403de9a1933aacf63025e614c..cf02e2a50baebee64a954c4eb3e1be8bc53ad5e1 100644
(file)
--- a/
roles/takhisis.rb
+++ b/
roles/takhisis.rb
@@
-38,7
+38,8
@@
default_attributes(
:nginx => {
:cache => {
:proxy => {
- :max_size => "131072M"
+ :directory => "/store/nginx-cache/proxy-cache",
+ :max_size => "65536M"
}
}
},