]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorynych.rb
gorynych: use ssd for tilecache
[chef.git] / roles / gorynych.rb
index 329669e5d4371ee031fd943f4d682dfc3f5524fe..8509291362d64461ba6c2facfc1ef1fd3119471c 100644 (file)
@@ -54,6 +54,13 @@ default_attributes(
       "rock /store/squid/rock-32768 45000 swap-timeout=200 slot-size=32768 min-size=16285 max-size=262144"
     ]
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+        :directory => "/store/nginx-cache/proxy-cache"
+      }
+    }
+  },
   :tilecache => {
     :tile_parent => "moscow.render.openstreetmap.org"
   }