X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ea29fb4b7d50ab732fdb5a1f5942254d09e538cb..76157b584c57d86aa2fb79ee2101dde544f2c7a5:/roles/gorynych.rb diff --git a/roles/gorynych.rb b/roles/gorynych.rb index 329669e5d..5a172a546 100644 --- a/roles/gorynych.rb +++ b/roles/gorynych.rb @@ -54,6 +54,14 @@ 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", + :max_size => "32768M" + } + } + }, :tilecache => { :tile_parent => "moscow.render.openstreetmap.org" }