summaryrefslogtreecommitdiff
path: root/templates/vhosts/perl/perl.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/perl/perl.erb')
-rw-r--r--templates/vhosts/perl/perl.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/vhosts/perl/perl.erb b/templates/vhosts/perl/perl.erb
index 1b49d62..ca46e80 100644
--- a/templates/vhosts/perl/perl.erb
+++ b/templates/vhosts/perl/perl.erb
@@ -84,8 +84,6 @@
AddDefaultCharset <%= default_charset %>
<%- end -%>
- Header add Strict-Transport-Security "max-age=15768000"
-
<%- if run_mode.to_s =~ /(proxy\-|static\-)?itk/ -%>
<IfModule mpm_itk_module>
AssignUserId <%= run_uid+" "+run_gid %>
@@ -225,8 +223,6 @@
AddDefaultCharset <%= default_charset %>
<%- end -%>
- Header add Strict-Transport-Security "max-age=15768000"
-
<%- unless run_mode.to_s == 'static-itk' -%>
<Directory "<%= documentroot %>/">
AllowOverride <%= allow_override %>