summaryrefslogtreecommitdiff
path: root/templates/vhosts/static/static.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/static/static.erb')
-rw-r--r--templates/vhosts/static/static.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/vhosts/static/static.erb b/templates/vhosts/static/static.erb
index 18168c1..7eac5a9 100644
--- a/templates/vhosts/static/static.erb
+++ b/templates/vhosts/static/static.erb
@@ -106,6 +106,10 @@
AddDefaultCharset <%= default_charset %>
<%- end -%>
+ <%- if ssl_mode.to_s == 'force' then -%>
+ Header add Strict-Transport-Security "max-age=15768000"
+
+ <%- end -%>
<%- if options.to_s != 'absent' or htpasswd_file.to_s != 'absent' then -%>
<Directory "<%= documentroot %>/">
AllowOverride <%= allow_override %>