X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e947590c6a42789d8a1c240331d85ca637274ed4..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/toothless.rb diff --git a/roles/toothless.rb b/roles/toothless.rb index fefc1e484..b96cea8d7 100644 --- a/roles/toothless.rb +++ b/roles/toothless.rb @@ -35,6 +35,13 @@ default_attributes( "rock /store/squid/rock-32768 22800 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144" ] }, + :nginx => { + :cache => { + :proxy => { + :max_size => "16384M" + } + } + }, :tilecache => { :tile_parent => "london.render.openstreetmap.org" } @@ -42,6 +49,5 @@ default_attributes( run_list( "role[jump]", - "role[geodns]", "role[tilecache]" )