From 97455fb91e39fcdef90b8a3c4dd0f593398103a2 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 10 Aug 2017 12:57:36 +0200 Subject: [PATCH] fbb-web - correct lb header config --- customer/fbb-web/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index b2efa27b..0bc1a7a4 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -96,8 +96,9 @@ infra::profile::nginx_php_fpm_server::upstream: - 'localhost:9000' nginx::config::http_cfg_append: - set_real_ip_from: '93.188.107.121' - set_real_ip_from: '93.188.107.122' + set_real_ip_from: + - '93.188.107.121' + - '93.188.107.122' real_ip_header: 'X-Forwarded-For' infra::profile::nginx_php_fpm_server::vhosts: -- 2.39.5