]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Enable CSP in report only mode for the main web site
[chef.git] / roles / tilecache.rb
index 313c262f49e148cea605e46881f1b750d84a13e8..a579079ff15e2a176a351890cb7c789a90e8066e 100644 (file)
@@ -12,6 +12,9 @@ default_attributes(
   :apt => {
     :sources => ["nginx"]
   },
+  :nginx => {
+    :access_log => nil
+  },
   :sysctl => {
     :network_conntrack_time_wait => {
       :comment => "Only track completed connections for 30 seconds",