From 6c1603588bc081316b13783e97002eb59feb3bde Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 2 Mar 2016 10:41:00 +0100 Subject: [PATCH] bmbf - http to https rewrite --- customer/bmbf/production.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/customer/bmbf/production.yaml b/customer/bmbf/production.yaml index c1204cf2..20c8d479 100644 --- a/customer/bmbf/production.yaml +++ b/customer/bmbf/production.yaml @@ -56,11 +56,11 @@ site::profile::typo3::projects: auth_require: 'valid-user' require: - local -# rewrites_no_ssl: -# - https: -# comment: 'all to https' -# rewrite_rule: -# - '^(.*)$ https://www.wissenschaftsjahr.de$1 [L,R=301]' + rewrites_no_ssl: + - https: + comment: 'all to https' + rewrite_rule: + - '^(.*)$ https://www.wissenschaftsjahr.de$1 [L,R=301]' user: service.typo3 mode: '2775' php_admin_value: -- 2.39.5