X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/207e653d22850b200e5dd83f2219e0c9021b69dd..04a0049ee66260ccd45420fdbab2147fe31c49d0:/roles/saphira.rb diff --git a/roles/saphira.rb b/roles/saphira.rb index 1d9ae6a73..18574ba28 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -38,20 +38,12 @@ default_attributes( :nginx => { :cache => { :proxy => { - :max_size => "4096M" + :max_size => "16384M" } } }, :tilecache => { - :tile_parent => "london.render.openstreetmap.org", - :tile_siblings => [ - "toothless.openstreetmap.org", - "trogdor.openstreetmap.org", - "katie.openstreetmap.org", - "konqi.openstreetmap.org", - "ridgeback.openstreetmap.org", - "gorynych.openstreetmap.org" - ] + :tile_parent => "london.render.openstreetmap.org" } )