From: Oliver Böttcher Date: Mon, 3 Jul 2017 09:19:45 +0000 (+0200) Subject: FBB-WS: fix rewrite X-Git-Tag: v0.1.0~2736^2~8 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=be1255da444af19af1b8923e1889e89a9243112c;p=pixelpark%2Fhiera.git FBB-WS: fix rewrite --- diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index 23580ac0..00bcfbb3 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -164,12 +164,12 @@ infra::profile::apache::pp_vhosts: rewrites: - comment: 'BERFBB-3603 http' rewrite_cond: - - '%%{ich-trickse}{HTTPS} off' + - '%%{ich-trickse}{HTTP:HTTPS} !=on' rewrite_rule: - '^/webservices/payment/getProductTicketListForCustomerId.php(.*)$ http://%%{ich-trickse}{HTTP_HOST}/webservices/payment/getProductTicketList.php$1' - comment: 'BERFBB-3603 https' rewrite_cond: - - '%%{ich-trickse}{HTTPS} on' + - '%%{ich-trickse}{HTTP:HTTPS} =on' rewrite_rule: - '^/webservices/payment/getProductTicketListForCustomerId.php(.*)$ https://%%{ich-trickse}{HTTP_HOST}/webservices/payment/getProductTicketList.php$1'