Add IP addresses for mirror-anu in its role as syncproxy.au
[mirror/dsa-puppet.git] / modules / apache2 / files / puppet-ssl-macros
index db298bb..e19a000 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>