From f1ae47a2cce63fe8aa0e566e9cd906057d79b75f Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Fri, 8 Jun 2018 13:08:52 +0200 Subject: [PATCH] fbb-www - add HTTPS rewrite exceptions for specific hostnames --- customer/fbb-www/test.yaml | 2 ++ 1 file changed, 2 insertions(+) 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]' -- 2.39.5