From b7f39c3cfea720ec3062df9f718ae4d9f7acfe17 Mon Sep 17 00:00:00 2001 From: sambufe Date: Tue, 5 Dec 2017 17:03:52 +0100 Subject: [PATCH] BERFBB-4166 tst fix --- customer/fbb-web/test.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index bd4ea7e6..74a34924 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -292,8 +292,8 @@ infra::profile::nginx_php_fpm_server::vhosts: - '194.115.26.6' location_deny: - 'all' - error_pages: - 403: 'http://www.berlin-airport.de' + location_cfg_append: + error_page: '403 http://www.berlin-airport.de' client_max_body_size: '32M' listen_port: 80 auth_basic: 'Server' @@ -345,8 +345,8 @@ infra::profile::nginx_php_fpm_server::vhosts: - '194.115.26.6' location_deny: - 'all' - error_pages: - 403: 'http://www.berlin-airport.de' + location_cfg_append: + error_page: '403 http://www.berlin-airport.de' client_max_body_size: '32M' listen_port: 81 auth_basic: 'Server' -- 2.39.5