]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Configure shared TCP fastopen keys for tile and www
[chef.git] / roles / tilecache.rb
index e2cad2518cfa613ce49684c12019a818b42c2793..a2e595f3bf93b20a9821fcb0487f3bbc2fc2904f 100644 (file)
@@ -12,6 +12,9 @@ default_attributes(
   :apt => {
     :sources => ["nginx"]
   },
+  :networking => {
+    :tcp_fastopen_key => "tile"
+  },
   :nginx => {
     :access_log => false
   },