From b6b37335c1683ece54259eebc2e3999a1ee0cb6d Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 14 Mar 2026 15:50:30 +0100 Subject: [PATCH] add ranges to template and update Readme --- templates/loadbalancer/remoteip.conf.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/loadbalancer/remoteip.conf.erb b/templates/loadbalancer/remoteip.conf.erb index f8a89c5..1e5a52f 100644 --- a/templates/loadbalancer/remoteip.conf.erb +++ b/templates/loadbalancer/remoteip.conf.erb @@ -5,11 +5,11 @@ RemoteIPHeader <%= @ae_remoteip_header %> - <% @ae_trusted_proxy.each do |proxy| -%> - RemoteIPTrustedProxy <%= proxy %> + <% @ae_trusted_proxy.each do |proxy| %> + RemoteIPTrustedProxy <%= proxy -%> <% end -%> - <% @ae_internal_proxy.each do |proxy| -%> - RemoteIPInternalProxy <%= proxy %> + <% @ae_internal_proxy.each do |proxy| %> + RemoteIPInternalProxy <%= proxy -%> <% end -%> # Use real client IP in all standard log formats