Compare commits

..

3 Commits

Author SHA1 Message Date
Jenkins Server
04701d1ff6 Merge remote-tracking branch 'origin/master' into jenkins-build-51 2026-03-14 15:51:41 +01:00
b6b37335c1 add ranges to template and update Readme 2026-03-14 15:50:30 +01:00
Jenkins Server
63f9f24c16 Merge remote-tracking branch 'origin/master' into jenkins-build-50 2026-03-14 15:48:09 +01:00

View File

@@ -5,11 +5,11 @@
<IfModule remoteip_module>
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