From 109ce96a5e309b539d82c889057b23113121a0f1 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 17 Mar 2020 09:13:04 +0000 Subject: [PATCH 1/1] Move nginx cache on takhsis and limit size --- roles/takhisis.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/takhisis.rb b/roles/takhisis.rb index 35a8287cc..cf02e2a50 100644 --- 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" } } }, -- 2.45.2