From: Frank Brehm Date: Thu, 8 Feb 2018 10:59:00 +0000 (+0100) Subject: New Rewrite condition (Ticket BERFBB-4460) in customer/fbb-www/production.yaml X-Git-Tag: v0.1.0~1679 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=13401cae72ad5c3f972e8cb8f9522c6bab8b45ba;p=pixelpark%2Fhiera.git New Rewrite condition (Ticket BERFBB-4460) in customer/fbb-www/production.yaml --- diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index 64228693..882a04e6 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -954,7 +954,9 @@ infra::profile::apache::pp_vhosts: - '%{literal("%")}{REQUEST_URI} ^/bgssxf [OR]' - '%{literal("%")}{REQUEST_URI} ^/airberlinhub [OR]' - '%{literal("%")}{REQUEST_URI} ^/senatfluginfo [OR]' - - '%{literal("%")}{REQUEST_URI} ^/webteam' + - '%{literal("%")}{REQUEST_URI} ^/webteam [OR]' + # BERFBB-4460 + - '%{literal("%")}{REQUEST_URI} ^/de/global/gewinnspiel/index.php$' rewrite_rule: - '.? - [S=2]' - comment: 'andernfalls, wenn nicht SSL-Bereich, dann keine Aktion falls Protokoll HTTP'