From e6fc0f95486e0fa03c1777cafa2136b1d0e7aa4f Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 15 May 2019 22:11:22 -0400 Subject: [PATCH] real_ips uses this in template --- util/Setup/Templates/NginxConfig.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Setup/Templates/NginxConfig.hbs b/util/Setup/Templates/NginxConfig.hbs index 2fb0f95d47..c12fab4789 100644 --- a/util/Setup/Templates/NginxConfig.hbs +++ b/util/Setup/Templates/NginxConfig.hbs @@ -52,7 +52,7 @@ server { {{#if RealIps}} {{#each RealIps}} - set_real_ip_from {{{Value}}}; + set_real_ip_from {{{this}}}; {{/each}} real_ip_header X-Forwarded-For; real_ip_recursive on;