From a958f6a0b8b4176812aa0ad87b77f961bc7db848 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 29 Jan 2018 11:23:12 +0100 Subject: [PATCH] FBB - add SSL redirect for 2 additional URLs --- customer/fbb-www/production.yaml | 3 +++ customer/fbb-www/test.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index 33de3a62..5b65bcef 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -936,6 +936,9 @@ infra::profile::apache::pp_vhosts: - '%%{ich-trickse}{REQUEST_URI} ^/pl/podrozni-txl/na-lotnisku/placowki-serwisowe/lounge-terminal-c/index.php$ [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/en/travellers-txl/at-the-airport/security-checks/people-and-hand-luggage/index.php$ [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/pl/podrozni-txl/na-lotnisku/kontrole/osoby-i-bagaz-podreczny/index.php$ [OR]' + # BERFBB-4418 + - '%%{ich-trickse}{REQUEST_URI} ^/de/global/kundenservice/index.php$ [OR]' + - '%%{ich-trickse}{REQUEST_URI} ^/en/global/customer-service/index.php$ [OR]' # OFIS Sites - '%%{ich-trickse}{REQUEST_URI} ^/ofis/.*$ [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/starsberlin [OR]' diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 123bc2aa..68adca16 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -737,6 +737,9 @@ infra::profile::apache::pp_vhosts: - '%%{ich-trickse}{REQUEST_URI} ^/de/reisende-txl/am-flughafen/flughafenservices/lounge-terminal-c/index.php$ [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/de/reisende-sxf/erlebnis-flughafen/besucherterrassen/index.php$ [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/de/reisende-txl/am-flughafen/kontrollen/personen-und-handgepaeck/index.php$ [OR]' + # BERFBB-4418 + - '%%{ich-trickse}{REQUEST_URI} ^/de/global/kundenservice/index.php$ [OR]' + - '%%{ich-trickse}{REQUEST_URI} ^/en/global/customer-service/index.php$ [OR]' # OFIS Sites - '%%{ich-trickse}{REQUEST_URI} ^/ofis/.*$ [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/starsberlin [OR]' -- 2.39.5