From: Oliver Böttcher Date: Thu, 24 May 2018 08:36:21 +0000 (+0200) Subject: BJE - https everywhere X-Git-Tag: v0.1.0~952 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=cfce6d4aa74aed51a16859c18fe3b44b483fac27;p=pixelpark%2Fhiera.git BJE - https everywhere --- 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