]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Added Luxembourg 2019 lidar hillshade
[chef.git] / roles / stormfly-02.rb
index 25f435735d7c44d34a051c2535aece88061d79b7..c09c268fbe3d0cd063109bad9944b615a88ec75d 100644 (file)
@@ -31,8 +31,18 @@ default_attributes(
       "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
     ]
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :max_size => "65536M"
+      }
+    }
+  },
   :tilecache => {
-    :tile_parent => "corvallis.render.openstreetmap.org"
+    :tile_parent => "corvallis.render.openstreetmap.org",
+    :tile_siblings => [
+      "stormfly-01.openstreetmap.org"
+    ]
   }
 )