X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/52e55367b5e2fa9a849d0155e011171da010c604..9624adf7d7b57952b4bba023188bde37c0c4730a:/cookbooks/tilecache/attributes/default.rb diff --git a/cookbooks/tilecache/attributes/default.rb b/cookbooks/tilecache/attributes/default.rb index 87f6dc573..56f490e86 100644 --- a/cookbooks/tilecache/attributes/default.rb +++ b/cookbooks/tilecache/attributes/default.rb @@ -1,5 +1,4 @@ - -default[:tilecache][:tile_parent] = "parent.tile.openstreetmap.org" +default[:tilecache][:tile_parent] = "render.openstreetmap.org" default[:tilecache][:tile_siblings] = [] # Per IP bucket refill rate @@ -11,4 +10,5 @@ default[:tilecache][:net_bucket_refill] = 8192 # Per Class C bucket size default[:tilecache][:net_bucket_size] = 134217728 -default[:tilecache][:ssl][:certificate] = "tile.openstreetmap" +# Enable nginx cache +default[:nginx][:cache][:proxy][:enable] = true