]> git.openstreetmap.org Git - chef.git/blobdiff - roles/simurgh.rb
Add tests for web cookbook
[chef.git] / roles / simurgh.rb
index b0be37c78c9ba67d56822468cabc7b0b92d5a536..d1a0289da8719cf758992868f7c8f4d89607ab24 100644 (file)
@@ -30,17 +30,13 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
+        :keys_zone => "proxy_cache_zone:64M",
         :max_size => "2048M"
       }
     }
   },
   :tilecache => {
-    :tile_parent => "baku.render.openstreetmap.org",
-    :tile_siblings => [
-      "katie.openstreetmap.org",
-      "konqi.openstreetmap.org",
-      "ridgeback.openstreetmap.org"
-    ]
+    :tile_parent => "baku.render.openstreetmap.org"
   }
 )