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