]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/attributes/default.rb
Make tilecache cookbook enable nginx cache automatically
[chef.git] / cookbooks / tilecache / attributes / default.rb
index a552ee6fc2a22e7f52703c5db00cf16b3884d9e2..56f490e86f68b5dba038f8fcd47a7c04b371f821 100644 (file)
@@ -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