X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/47359d65933cc5a855cf232d7bdcd09e9945190f..7450a52c25762e50e4f415d0f6ead4242f5401ae:/cookbooks/tilecache/attributes/default.rb diff --git a/cookbooks/tilecache/attributes/default.rb b/cookbooks/tilecache/attributes/default.rb index a552ee6fc..56f490e86 100644 --- a/cookbooks/tilecache/attributes/default.rb +++ b/cookbooks/tilecache/attributes/default.rb @@ -9,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