From: sambufe Date: Tue, 5 Dec 2017 16:03:52 +0000 (+0100) Subject: BERFBB-4166 tst fix X-Git-Tag: v0.1.0~1923^2~14 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=b7f39c3cfea720ec3062df9f718ae4d9f7acfe17;p=pixelpark%2Fhiera.git BERFBB-4166 tst fix --- 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'