diff options
author | mh <mh@immerda.ch> | 2011-05-17 23:42:56 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-05-17 23:42:56 +0200 |
commit | 29517a83414f478a0e28a9fc57b178e35e9ba112 (patch) | |
tree | fcd3bd708145ae86649df407cda0cd49f238f999 /templates/vhosts/php_typo3 | |
parent | 28540105eb441ee8f5c9c935d368db5ef582f0b9 (diff) |
this is now in the include file
Diffstat (limited to 'templates/vhosts/php_typo3')
-rw-r--r-- | templates/vhosts/php_typo3/php_typo3.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/vhosts/php_typo3/php_typo3.erb b/templates/vhosts/php_typo3/php_typo3.erb index 1fec8e7..fd7d530 100644 --- a/templates/vhosts/php_typo3/php_typo3.erb +++ b/templates/vhosts/php_typo3/php_typo3.erb @@ -100,8 +100,6 @@ </IfModule> <%- end -%> - Header add Strict-Transport-Security "max-age=15768000" - <Directory "<%= documentroot %>/"> AllowOverride <%= allow_override %> <%- if options.to_s != 'absent' or do_includes.to_s == 'true' then -%> @@ -235,8 +233,6 @@ AddDefaultCharset <%= default_charset %> <%- end -%> - Header add Strict-Transport-Security "max-age=15768000" - <%- if run_mode.to_s == 'static-itk' -%> <Directory "<%= documentroot %>/"> AllowOverride <%= allow_override %> |