From 5f58f2152410889fa1232e7183fd30f3dd314f87 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Thu, 3 May 2018 12:45:55 +0200 Subject: [PATCH] BERFBB-4583 --- customer/fbb-www/production.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index 61b5de50..59f57d03 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -676,12 +676,12 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%{literal("%")}{HTTP_HOST} ^mailings.berlin-airport.de$' rewrite_rule: - - '^/.*$ https://www.berlin-airport.de/de/global/mailings/index.php [R=301,NE,L]' + - '^/.*$ www.berlin-airport.de/de/global/mailings/index.php [R=301,NE,L]' - comment: 'BERFBB-4583' rewrite_cond: - '%{literal("%")}{HTTP_HOST} ^mitarbeiterzeitung.berlin-airport.de$' rewrite_rule: - - '^/.*$ https://www.berlin-airport.de/de/global/mitarbeiterzeitung/index.php [R=301,NE,L]' + - '^/.*$ www.berlin-airport.de/de/global/mitarbeiterzeitung/index.php [R=301,NE,L]' cdm-berlin-airport: docroot: '/var/www/cdm-berlin-airport' -- 2.39.5