]> git.openstreetmap.org Git - chef.git/blobdiff - roles/takhisis.rb
Configure modtile and renderd collectors
[chef.git] / roles / takhisis.rb
index 9da7d3d0089b3df43da19e6cab34626beab9e6e3..cf02e2a50baebee64a954c4eb3e1be8bc53ad5e1 100644 (file)
@@ -38,12 +38,13 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
-        :max_size => "131072M"
+        :directory => "/store/nginx-cache/proxy-cache",
+        :max_size => "65536M"
       }
     }
   },
   :tilecache => {
-    :tile_parent => "ede.render.openstreetmap.org"
+    :tile_parent => "netherlands.render.openstreetmap.org"
   }
 )