From aa29cc52d79d2b5a87c4f80809902d111d2bf5d8 Mon Sep 17 00:00:00 2001 From: sambufe Date: Tue, 5 Dec 2017 13:52:33 +0100 Subject: [PATCH] BERFBB-3340 Vorbereitung --- customer/fbb-web/production.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/customer/fbb-web/production.yaml b/customer/fbb-web/production.yaml index 8f6b4907..66739f41 100644 --- a/customer/fbb-web/production.yaml +++ b/customer/fbb-web/production.yaml @@ -88,6 +88,13 @@ infra::profile::nginx_php_fpm_server::upstream: members: - 'localhost:9000' +nginx::config::http_cfg_append: + #BERFBB-3340 + set_real_ip_from: + - '93.188.107.58' + - '93.188.107.59' + real_ip_header: 'X-Forwarded-For' + infra::profile::nginx_php_fpm_server::vhosts: berhub-berlin-airport-de: www_root: '/srv/www/berhub-berlin-airport-de' -- 2.39.5