From: Sascha Strassheim Date: Mon, 2 Jul 2018 14:30:48 +0000 (+0200) Subject: added ssl again on tst-fbb-api because of LB v2 X-Git-Tag: v0.1.0~660 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a844edf07dbb2acce94632126a59ef89d4b5b37a;p=pixelpark%2Fhiera.git added ssl again on tst-fbb-api because of LB v2 --- diff --git a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml index dd867fd7..263eb35f 100644 --- a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml @@ -69,4 +69,4 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%%{ich-trickse}{HTTPS} !=on' rewrite_rule: - - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' + - '(.*) https://tst-api-fbb.pixelpark.net/$1 [R=301,L]' diff --git a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml index b2541d74..b5c63cd8 100644 --- a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml @@ -62,4 +62,4 @@ infra::profile::apache::pp_vhosts: rewrite_cond: - '%%{ich-trickse}{HTTPS} !=on' rewrite_rule: - - '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]' + - '(.*) https://tst-api-fbb.pixelpark.net/$1 [R=301,L]'