From 12752b7b22f1195d6e747b0220b647480a410610 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Fri, 7 Sep 2018 15:11:34 +0200 Subject: [PATCH] fbb-www - fix typo - BERFBB-4841 --- 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 a99d4b4e..6bd1cace 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -1008,8 +1008,8 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%{literal("%")}{HTTP:Https} !on' - '%{literal("%")}{HTTPS} off' - - '%{literal("%")}{HTTP_HOST} !www01.berin-airport.de' - - '%{literal("%")}{HTTP_HOST} !www01.berin-airport.de' + - '%{literal("%")}{HTTP_HOST} !www01.berlin-airport.de' + - '%{literal("%")}{HTTP_HOST} !www02.berlin-airport.de' rewrite_rule: - '^(.*)$ https://%{literal("%")}{HTTP_HOST}$1 [R=301,L]' -- 2.39.5