X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8943ebe927583d41f51dce01333f4be680315df0..245f62a5e463e5009b00d133d99d91c1c8a35d73:/roles/tilecache.rb diff --git a/roles/tilecache.rb b/roles/tilecache.rb index ee5777735..6a8acf32f 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -16,7 +16,13 @@ default_attributes( :tcp_fastopen_key => "tile" }, :nginx => { - :access_log => false + :access_log => false, + :cache => { + :proxy => { + :enable => true, + :keys_zone => "proxy_cache_zone:64M", + } + } }, :sysctl => { :sockets => {