X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c82c91f4e778b3abe37f4b2f996debb25c8fd958..ac0bb7f5a69641371d29121928527377a93d17cf:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 78a9ac5ce..4d3c83a74 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -66,6 +66,16 @@ default_attributes( } } }, + :nginx => { + :cache => { + :proxy => { + :enable => true, + :keys_zone => "proxy_cache_zone:256M", + :inactive => "180d", + :max_size => "51200M" + } + } + }, :rsyncd => { :modules => { :logs => { @@ -101,5 +111,5 @@ run_list( "role[gateway]", "recipe[rsyncd]", "recipe[dhcpd]", - "recipe[imagery::tiler]" + "recipe[imagery::za_ngi_aerial]" )