X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/93e92b84438ecf5422bdd9c685ae986be229068d..9624adf7d7b57952b4bba023188bde37c0c4730a:/cookbooks/tilecache/attributes/default.rb?ds=inline diff --git a/cookbooks/tilecache/attributes/default.rb b/cookbooks/tilecache/attributes/default.rb index 6ef75527e..56f490e86 100644 --- a/cookbooks/tilecache/attributes/default.rb +++ b/cookbooks/tilecache/attributes/default.rb @@ -1,4 +1,3 @@ - default[:tilecache][:tile_parent] = "render.openstreetmap.org" default[:tilecache][:tile_siblings] = [] @@ -10,3 +9,6 @@ default[:tilecache][:ip_bucket_size] = 67108864 default[:tilecache][:net_bucket_refill] = 8192 # Per Class C bucket size default[:tilecache][:net_bucket_size] = 134217728 + +# Enable nginx cache +default[:nginx][:cache][:proxy][:enable] = true