]> git.openstreetmap.org Git - chef.git/commitdiff
Increase HSTS expiry
authorTom Hughes <tom@compton.nu>
Fri, 12 Jan 2018 18:43:01 +0000 (18:43 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 12 Jan 2018 18:43:01 +0000 (18:43 +0000)
cookbooks/apache/templates/default/ssl.erb

index 7b16c1bbda3b1acb30979a08043c99891f4a6922..df7c2578d7bf547d501a3ccfb85c7f8cd54fcd6c 100644 (file)
@@ -16,4 +16,4 @@ SSLStaplingReturnResponderErrors off
 SSLStaplingFakeTryLater off
 SSLStaplingCache shmcb:${APACHE_RUN_DIR}/ssl_ocspcache(512000)
 
-Header setifempty Strict-Transport-Security max-age=3600 env=HTTPS
+Header setifempty Strict-Transport-Security max-age=86400 env=HTTPS