]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/files/puppet-ssl-macros
Only sync logs once per day since we are only transferring rotated logs
[dsa-puppet.git] / modules / apache2 / files / puppet-ssl-macros
index db298bb584943912d5ae56849159893b92576891..e19a000dcfd95d0064b410cbc4d10b1070e603dd 100644 (file)
@@ -2,8 +2,8 @@
   <IfModule mod_macro.c>
     <Macro common-ssl-HSTS>
       <IfModule mod_headers.c>
-        # Add two month HSTS header
-        Header always add Strict-Transport-Security "max-age=5184000"
+        # Add six months HSTS header
+        Header always add Strict-Transport-Security "max-age=15552000"
       </IfModule>
     </Macro>