]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Update bundle
[chef.git] / roles / ironbelly.rb
index 78a9ac5cef9604d4c47b6398d34652eb0b72d856..4d3c83a747260f6be2195cc5648d77a6b59bb6a7 100644 (file)
@@ -66,6 +66,16 @@ default_attributes(
       }
     }
   },
+  :nginx => {
+    :cache => {
+      :proxy => {
+          :enable => true,
+          :keys_zone => "proxy_cache_zone:256M",
+          :inactive => "180d",
+          :max_size => "51200M"
+      }
+    }
+  },
   :rsyncd => {
     :modules => {
       :logs => {
@@ -101,5 +111,5 @@ run_list(
   "role[gateway]",
   "recipe[rsyncd]",
   "recipe[dhcpd]",
-  "recipe[imagery::tiler]"
+  "recipe[imagery::za_ngi_aerial]"
 )