From: Thomas Dalichow Date: Fri, 7 Sep 2018 13:11:34 +0000 (+0200) Subject: fbb-www - fix typo - BERFBB-4841 X-Git-Tag: v0.1.0~210 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=12752b7b22f1195d6e747b0220b647480a410610;p=pixelpark%2Fhiera.git fbb-www - fix typo - BERFBB-4841 --- 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]'