add ranges to template and update Readme

This commit is contained in:
2026-03-14 15:27:00 +01:00
parent 5bbf2fb1d0
commit 5fbc2e3e88
2 changed files with 4 additions and 4 deletions

View File

@@ -4,11 +4,11 @@
###############################################################################
<IfModule remoteip_module>
RemoteIPHeader <%= @remoteip_header %>
<% @trusted_proxies.each do |proxy| -%>
RemoteIPHeader <%= @ae_remoteip_header %>
<% @ae_trusted_proxy.each do |proxy| -%>
RemoteIPTrustedProxy <%= proxy %>
<% end -%>
<% @internal_proxies.each do |proxy| -%>
<% @ae_internal_proxy.each do |proxy| -%>
RemoteIPInternalProxy <%= proxy %>
<% end -%>