X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/52e55367b5e2fa9a849d0155e011171da010c604..c7196d4f1b57816f974c8efa1c13ddefd48a212a:/cookbooks/tilecache/attributes/default.rb diff --git a/cookbooks/tilecache/attributes/default.rb b/cookbooks/tilecache/attributes/default.rb index 87f6dc573..a830e0b38 100644 --- a/cookbooks/tilecache/attributes/default.rb +++ b/cookbooks/tilecache/attributes/default.rb @@ -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 @@ -11,4 +9,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