]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
tilecache: Add 1 more zoom to nginx cache
[chef.git] / roles / tilecache.rb
index ee5777735e1fc8c14479fdf06527eb4e514a7695..6a8acf32f074b9018f0628642b34d33964cf4004 100644 (file)
@@ -16,7 +16,13 @@ default_attributes(
     :tcp_fastopen_key => "tile"
   },
   :nginx => {
-    :access_log => false
+    :access_log => false,
+    :cache => {
+      :proxy => {
+        :enable => true,
+        :keys_zone => "proxy_cache_zone:64M",
+      }
+    }
   },
   :sysctl => {
     :sockets => {