From: Thomas Dalichow Date: Fri, 8 Jun 2018 11:08:52 +0000 (+0200) Subject: fbb-www - add HTTPS rewrite exceptions for specific hostnames X-Git-Tag: v0.1.0~827 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f1ae47a2cce63fe8aa0e566e9cd906057d79b75f;p=pixelpark%2Fhiera.git fbb-www - add HTTPS rewrite exceptions for specific hostnames --- diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 23f2ca45..ec819ee1 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -748,5 +748,7 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%{literal("%")}{HTTP:Https} !on' - '%{literal("%")}{HTTPS} off' + - '%{literal("%")}{HTTP_HOST} !tst01.berlin-airport.de' + - '%{literal("%")}{HTTP_HOST} !tst02.berlin-airport.de' rewrite_rule: - '^(.*)$ https://%{literal("%")}{HTTP_HOST}$1 [R=301,L]'