]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-www - add HTTPS rewrite exceptions for specific hostnames
authorThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Fri, 8 Jun 2018 11:08:52 +0000 (13:08 +0200)
committerThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Fri, 8 Jun 2018 11:08:57 +0000 (13:08 +0200)
customer/fbb-www/test.yaml

index 23f2ca453929346b01d3f2cabf91fb8254c0e03d..ec819ee1ff87461650a93ab2259db75cf0b71772 100644 (file)
@@ -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]'