From: Thomas Dalichow Date: Mon, 29 Jan 2018 10:23:12 +0000 (+0100) Subject: FBB - add SSL redirect for 2 additional URLs X-Git-Tag: v0.1.0~1741^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a958f6a0b8b4176812aa0ad87b77f961bc7db848;p=pixelpark%2Fhiera.git FBB - add SSL redirect for 2 additional URLs --- 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]'