X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/34891395c293a6fd10e0a622cb601b8e39d80e87..22f247efec0d86744a1348c74812d7053e98eeeb:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 6c2f747c1..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]" )