From cfce6d4aa74aed51a16859c18fe3b44b483fac27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Thu, 24 May 2018 10:36:21 +0200 Subject: [PATCH] BJE - https everywhere --- customer/buschjaeger/production.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customer/buschjaeger/production.yaml b/customer/buschjaeger/production.yaml index 18d02190..c1091e4f 100644 --- a/customer/buschjaeger/production.yaml +++ b/customer/buschjaeger/production.yaml @@ -377,8 +377,9 @@ infra::profile::typo3::projects: - '^(.*)$ https://www.busch-jaeger.de/at/$1 [R=301,L]' - rewrite_cond: - '%{literal("%")}{HTTP:HTTPS} !=on [NC]' + - '%{literal("%")}{REQUEST_URI} !^/loadbalancerhealthcheck [NC]' rewrite_rule: - - '^/typo3(/)?$ https://www.busch-jaeger.de/typo3/ [R=301,L]' + - '^(.*)$ https://www.busch-jaeger.de$1 [R=301,L]' setenvif: - 'HTTPS on HTTPS=on' ssl_real: false -- 2.39.5