From: sambufe Date: Tue, 27 Jun 2017 12:27:51 +0000 (+0200) Subject: fbb ofis fix X-Git-Tag: v0.1.0~2754^2~5 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=edae8476e6789639e257902fe49841b42a557290;p=pixelpark%2Fhiera.git fbb ofis fix --- 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]'