]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tilecache/attributes/default.rb
split configuration in two, include new templates
[chef.git] / cookbooks / tilecache / attributes / default.rb
1 default[:tilecache][:tile_parent] = "render.openstreetmap.org"
2
3 # Per IP bucket refill rate
4 default[:tilecache][:ip_bucket_refill] = 4096
5 # Per IP bucket size
6 default[:tilecache][:ip_bucket_size] = 67108864
7 # Per Class C refill rate
8 default[:tilecache][:net_bucket_refill] = 8192
9 # Per Class C bucket size
10 default[:tilecache][:net_bucket_size] = 134217728
11
12 # Enable nginx cache
13 default[:nginx][:cache][:proxy][:enable] = true