]> git.openstreetmap.org Git - chef.git/commitdiff
community: dump to v3.0.6
authorGrant Slater <github@firefishy.com>
Fri, 28 Jul 2023 19:00:43 +0000 (20:00 +0100)
committerGrant Slater <github@firefishy.com>
Fri, 28 Jul 2023 19:00:43 +0000 (20:00 +0100)
cookbooks/community/templates/default/web_only.yml.erb

index 0ba873f5951b669f2d77af368b761f5c8a01e0f5..9db551e24a4584c4b3a23ea50eeba726827f879d 100644 (file)
@@ -19,7 +19,7 @@ links:
 # any extra arguments for Docker?
 # docker_args:
 
-# Latest Version v3.0.5
+# Latest Version v3.0.6
 params:
   version: stable
 
@@ -124,7 +124,7 @@ hooks:
         filename: "/etc/nginx/conf.d/discourse.conf"
         from: /add_header.+/
         to: |
-          add_header Strict-Transport-Security 'max-age=31536000; preload';
+          add_header Strict-Transport-Security 'max-age=63072000' always;
           ssl_stapling on;
           resolver <%= node[:networking][:nameservers].join(" ") %>;
           resolver_timeout 5s;