add ranges to template and update Readme

This commit is contained in:
2026-03-14 15:30:23 +01:00
parent 5fbc2e3e88
commit 395a7fe963

View File

@@ -4,12 +4,12 @@
############################################################################### ###############################################################################
<IfModule remoteip_module> <IfModule remoteip_module>
RemoteIPHeader <%= @ae_remoteip_header %> RemoteIPHeader <%= @ae_remoteip_header -%>
<% @ae_trusted_proxy.each do |proxy| -%> <% @ae_trusted_proxy.each do |proxy| -%>
RemoteIPTrustedProxy <%= proxy %> RemoteIPTrustedProxy <%= proxy -%>
<% end -%> <% end -%>
<% @ae_internal_proxy.each do |proxy| -%> <% @ae_internal_proxy.each do |proxy| -%>
RemoteIPInternalProxy <%= proxy %> RemoteIPInternalProxy <%= proxy -%>
<% end -%> <% end -%>
# Use real client IP in all standard log formats # Use real client IP in all standard log formats