From edae8476e6789639e257902fe49841b42a557290 Mon Sep 17 00:00:00 2001 From: sambufe Date: Tue, 27 Jun 2017 14:27:51 +0200 Subject: [PATCH] fbb ofis fix --- customer/fbb-www/production.yaml | 2 ++ customer/fbb-www/test.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index fe49fd0d..c2ce557e 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -260,6 +260,7 @@ infra::profile::apache::pp_vhosts: - '%%{ich-trickse}{REQUEST_URI} !^/ofis.*$' - '%%{ich-trickse}{REQUEST_URI} !^/airberlinhub.*$' - '%%{ich-trickse}{REQUEST_URI} !^/media.*$' + - '%%{ich-trickse}{REQUEST_URI} !^/senatfluginfo.*$' rewrite_rule: - '(^.*/$|^$) $1index.php [L,R=301]' - comment: 'Subdomain werbung.berlin-airport.de' @@ -761,6 +762,7 @@ infra::profile::apache::pp_vhosts: - '%%{ich-trickse}{REQUEST_URI} ^/bgstxl [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/bgssxf [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/airberlinhub [OR]' + - '%%{ich-trickse}{REQUEST_URI} ^/senatfluginfo [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/webteam' rewrite_rule: - '.? - [S=2]' diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 726671f3..6b190153 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -382,6 +382,7 @@ infra::profile::apache::pp_vhosts: - '%%{ich-trickse}{REQUEST_URI} !^/ofis.*$' - '%%{ich-trickse}{REQUEST_URI} !^/airberlinhub.*$' - '%%{ich-trickse}{REQUEST_URI} !^/media.*$' + - '%%{ich-trickse}{REQUEST_URI} !^/senatfluginfo.*$' rewrite_rule: - '(^.*/$|^$) $1index.php [L,R=301]' - comment: 'Subdomain werbung.berlin-airport.de' @@ -883,6 +884,7 @@ infra::profile::apache::pp_vhosts: - '%%{ich-trickse}{REQUEST_URI} ^/bgstxl [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/bgssxf [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/airberlinhub [OR]' + - '%%{ich-trickse}{REQUEST_URI} ^/senatfluginfo [OR]' - '%%{ich-trickse}{REQUEST_URI} ^/webteam' rewrite_rule: - '.? - [S=2]' -- 2.39.5