From ec6f97913c023223fd818fa71bdf30f2077ccb85 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 27 Jul 2017 16:08:25 +0200 Subject: [PATCH] BERFBB-3340 added real_ip setting on tst fix --- customer/fbb-web/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index 204f05d5..652f2d36 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -318,7 +318,7 @@ infra::profile::nginx_php_fpm_server::vhosts: # - '/wp-admin$ $scheme://$host$uri/ permanent' # - '/files/$ /index.php last' #BERFBB-3340 - location_raw_prepend: + raw_prepend: - 'set_real_ip_from 93.188.107.121;' - 'set_real_ip_from 93.188.107.121;' - 'real_ip_header X-Forwarded-For;' -- 2.39.5