From 0a3aa7b5b67eda4ae93d3d829af102bdfbf6e738 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 19 Nov 2019 21:04:25 +0000 Subject: [PATCH] gorynych: use ssd for tilecache --- roles/gorynych.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 329669e5d..850929136 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -54,6 +54,13 @@ default_attributes( "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" ] }, + :nginx => { + :cache => { + :proxy => { + :directory => "/store/nginx-cache/proxy-cache" + } + } + }, :tilecache => { :tile_parent => "moscow.render.openstreetmap.org" } -- 2.45.1