]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/attributes/default.rb
Update planetdump-ng to 1.2.3
[chef.git] / cookbooks / tilecache / attributes / default.rb
index 6ef75527e22e382aa352792a50bc47762b956a89..a830e0b38db4b95a58e3517cbc2cffd8f6014602 100644 (file)
@@ -1,6 +1,4 @@
-
 default[:tilecache][:tile_parent] = "render.openstreetmap.org"
-default[:tilecache][:tile_siblings] = []
 
 # Per IP bucket refill rate
 default[:tilecache][:ip_bucket_refill] = 4096
@@ -10,3 +8,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