Compare commits

1 Commits

Author SHA1 Message Date
Jenkins Server
78809dfab9 Recommit for updates in build 43 2026-03-14 15:15:31 +01:00
3 changed files with 7 additions and 8 deletions

View File

@@ -4,15 +4,14 @@
###############################################################################
<IfModule remoteip_module>
RemoteIPHeader <%= @ae_remoteip_header -%>
<% @ae_trusted_proxy.each do |proxy| %>
RemoteIPTrustedProxy <%= proxy -%>
RemoteIPHeader <%= @remoteip_header %>
<% @trusted_proxies.each do |proxy| -%>
RemoteIPTrustedProxy <%= proxy %>
<% end -%>
<% @ae_internal_proxy.each do |proxy| %>
RemoteIPInternalProxy <%= proxy -%>
<% @internal_proxies.each do |proxy| -%>
RemoteIPInternalProxy <%= proxy %>
<% end -%>
# Use real client IP in all standard log formats
LogFormat "%a %l %u %t \"%r\" %>s %b" common
LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined