From e06334402b911d465fbcd6f8088cffbd27ff34b6 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 27 Sep 2017 13:30:48 +0200 Subject: [PATCH] added new customer ip to test env --- customer/fbb-web/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index c3007be5..d4e08a18 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -286,6 +286,7 @@ infra::profile::nginx_php_fpm_server::vhosts: - '217.66.56.0/24' # FBB '194.174.72.0 - 194.174.79.255' - '194.174.72.0/21' + - '194.115.26.6' location_deny: - 'all' client_max_body_size: '32M' @@ -345,6 +346,7 @@ infra::profile::nginx_php_fpm_server::vhosts: - '217.66.56.0/24' # FBB '194.174.72.0 - 194.174.79.255' - '194.174.72.0/21' + - '194.115.26.6' location_deny: - 'all' client_max_body_size: '32M' -- 2.39.5