X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6067e264a06f3714bc6096dd26400174aecb65fd..c3a13fca5d82a7203707da7900341e7c30bf60ee:/roles/takhisis.rb diff --git a/roles/takhisis.rb b/roles/takhisis.rb index 9da7d3d00..cf02e2a50 100644 --- a/roles/takhisis.rb +++ b/roles/takhisis.rb @@ -38,12 +38,13 @@ default_attributes( :nginx => { :cache => { :proxy => { - :max_size => "131072M" + :directory => "/store/nginx-cache/proxy-cache", + :max_size => "65536M" } } }, :tilecache => { - :tile_parent => "ede.render.openstreetmap.org" + :tile_parent => "netherlands.render.openstreetmap.org" } )