From 87a159e4122a0192c8a73f1da56ea49c2aee1812 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 27 Jul 2017 16:24:45 +0200 Subject: [PATCH] BERFBB-3340 added real_ip setting on tst fix 2 --- customer/fbb-web/test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index 652f2d36..c04ddcf2 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -258,9 +258,8 @@ infra::profile::nginx_php_fpm_server::vhosts: #BERFBB-3340 location_raw_prepend: - 'set_real_ip_from 93.188.107.121;' - - 'set_real_ip_from 93.188.107.121;' + - 'set_real_ip_from 93.188.107.122;' - 'real_ip_header X-Forwarded-For;' - - 'real_ip_recursive on;' location_allow: # SXF/BER IP's: # DHCP-Subnet @@ -320,9 +319,8 @@ infra::profile::nginx_php_fpm_server::vhosts: #BERFBB-3340 raw_prepend: - 'set_real_ip_from 93.188.107.121;' - - 'set_real_ip_from 93.188.107.121;' + - 'set_real_ip_from 93.188.107.122;' - 'real_ip_header X-Forwarded-For;' - - 'real_ip_recursive on;' location_allow: # SXF/BER IP's: # DHCP-Subnet -- 2.39.5