Compare commits

..

3 Commits

Author SHA1 Message Date
Jenkins Server
9516f7f0b6 Merge remote-tracking branch 'origin/master' into jenkins-build-47 2026-03-14 15:40:01 +01:00
88705a21b5 add ranges to template and update Readme 2026-03-14 15:38:49 +01:00
Jenkins Server
d0ed21d3a2 Merge remote-tracking branch 'origin/master' into jenkins-build-46 2026-03-14 15:36:30 +01:00

View File

@@ -6,10 +6,10 @@
<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