]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tilecache/attributes/default.rb
Merge branch 'patch-2' of https://github.com/Tigerfell/chef into pr257
[chef.git] / cookbooks / tilecache / attributes / default.rb
index b5023c3a71385a6bbedfdac37cc4c6c7cd5285c4..a830e0b38db4b95a58e3517cbc2cffd8f6014602 100644 (file)
@@ -1,6 +1,4 @@
-
-default[:tilecache][:tile_parent] = "parent.tile.openstreetmap.org"
-default[:tilecache][:tile_siblings] = []
+default[:tilecache][:tile_parent] = "render.openstreetmap.org"
 
 # 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