projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a2651
)
Fix comment in HSTS macro
author
Julien Cristau
<jcristau@debian.org>
Wed, 6 May 2015 18:51:48 +0000
(20:51 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Wed, 6 May 2015 18:51:48 +0000
(20:51 +0200)
modules/apache2/files/puppet-ssl-macros
patch
|
blob
|
history
diff --git
a/modules/apache2/files/puppet-ssl-macros
b/modules/apache2/files/puppet-ssl-macros
index
c56dd00
..
e19a000
100644
(file)
--- a/
modules/apache2/files/puppet-ssl-macros
+++ b/
modules/apache2/files/puppet-ssl-macros
@@
-2,7
+2,7
@@
<IfModule mod_macro.c>
<Macro common-ssl-HSTS>
<IfModule mod_headers.c>
- # Add
two month
HSTS header
+ # Add
six months
HSTS header
Header always add Strict-Transport-Security "max-age=15552000"
</IfModule>
</Macro>