summaryrefslogtreecommitdiff
path: root/templates/vhosts/gitweb/gitweb.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/gitweb/gitweb.erb')
-rw-r--r--templates/vhosts/gitweb/gitweb.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/vhosts/gitweb/gitweb.erb b/templates/vhosts/gitweb/gitweb.erb
index 4beda07..0f72447 100644
--- a/templates/vhosts/gitweb/gitweb.erb
+++ b/templates/vhosts/gitweb/gitweb.erb
@@ -116,6 +116,10 @@
AddDefaultCharset <%= default_charset %>
<%- end -%>
+ <%- if ssl_mode.to_s == 'force' then -%>
+ Header add Strict-Transport-Security "max-age=15768000"
+ <%- end -%>
+
SetEnv GITWEB_CONFIG <%= gitweb_config %>
DirectoryIndex gitweb.cgi
<%- if not ssl_mode.to_s == 'force' then -%>