X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c5547dd0cffc607cd6653f5caefa4e0ea9f7bb06..6c318b6fe4264a277fa130b5a25cf5e6c99236cc:/roles/longma.rb diff --git a/roles/longma.rb b/roles/longma.rb index 8de62a5d0..0cf93f0cb 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -31,8 +31,20 @@ default_attributes( :cache_mem => "12500 MB", :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80" }, + :nginx => { + :cache => { + :proxy => { + :directory => "/store/nginx-cache/proxy-cache" + } + } + }, :tilecache => { - :tile_parent => "hsinchu.render.openstreetmap.org" + :tile_parent => "hsinchu.render.openstreetmap.org", + :tile_siblings => [ + "balerion.openstreetmap.org", + "waima.openstreetmap.org", + "tuatara.openstreetmap.org" + ] } )