From 798f58ce1d78a4df3f5c2f9696c814704dbea925 Mon Sep 17 00:00:00 2001 From: sambufe Date: Wed, 3 May 2017 17:09:31 +0200 Subject: [PATCH] BERFBB-3234 test --- customer/fbb-web/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index 67ce0fbb..5cbb71e9 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -256,6 +256,8 @@ infra::profile::nginx_php_fpm_server::vhosts: - '^#/(.*) $1 permanent' #BERFBB-3240 - '^$|^/$ txl/ permanent' + #BERFBB-3234 + - '^([^.]*[^/])$ https://tst-wifi-berlin-airport-de.pixelpark.net$1/ permanent' # - '/wp-admin$ $scheme://$host$uri/ permanent' # - '/files/$ /index.php last' client_max_body_size: '32M' @@ -288,6 +290,8 @@ infra::profile::nginx_php_fpm_server::vhosts: - '^#/(.*) $1 permanent' #BERFBB-3240 - '^$|^/$ txl/ permanent' + #BERFBB-3234 + - '^([^.]*[^/])$ https://tst-wifi-berlin-airport-de.pixelpark.net$1/ permanent' # - '/wp-admin$ $scheme://$host$uri/ permanent' # - '/files/$ /index.php last' client_max_body_size: '32M' -- 2.39.5