Compare commits

..

3 Commits

Author SHA1 Message Date
Jenkins Server
1bbc8c133d Merge remote-tracking branch 'origin/master' into jenkins-build-45 2026-03-14 15:31:36 +01:00
395a7fe963 add ranges to template and update Readme 2026-03-14 15:30:23 +01:00
Jenkins Server
b30883cc15 Recommit for updates in build 44 2026-03-14 15:28:13 +01:00

View File

@@ -4,12 +4,12 @@
###############################################################################
<IfModule remoteip_module>
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