]> git.openstreetmap.org Git - chef.git/commitdiff
gorynych: use ssd for tilecache
authorGrant Slater <git@firefishy.com>
Tue, 19 Nov 2019 21:04:25 +0000 (21:04 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 19 Nov 2019 21:04:25 +0000 (21:04 +0000)
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"
   }