]> git.openstreetmap.org Git - chef.git/blobdiff - roles/jakelong.rb
Resync exim config with upstream default
[chef.git] / roles / jakelong.rb
index b81000f4a15cae7422dad35066ca62c120b2fd15..cd8bcb17b6a6cc424c54386cead78f18a15d64a4 100644 (file)
@@ -38,6 +38,7 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
+        :keys_zone => "proxy_cache_zone:64M",
         :max_size => "2048M"
       }
     }
@@ -58,13 +59,7 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "sanfrancisco.render.openstreetmap.org",
-    :tile_siblings => [
-      "stormfly-02.openstreetmap.org",
-      "ascalon.openstreetmap.org",
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org"
-    ]
+    :tile_parent => "sanfrancisco.render.openstreetmap.org"
   }
 )