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 5 additions and 5 deletions

View File

@@ -4,11 +4,11 @@
############################################################################### ###############################################################################
<IfModule remoteip_module> <IfModule remoteip_module>
RemoteIPHeader <%= @ae_remoteip_header %> RemoteIPHeader <%= @remoteip_header %>
<% @ae_trusted_proxy.each do |proxy| -%> <% @trusted_proxies.each do |proxy| -%>
RemoteIPTrustedProxy <%= proxy %> RemoteIPTrustedProxy <%= proxy %>
<% end -%> <% end -%>
<% @ae_internal_proxy.each do |proxy| -%> <% @internal_proxies.each do |proxy| -%>
RemoteIPInternalProxy <%= proxy %> RemoteIPInternalProxy <%= proxy %>
<% end -%> <% end -%>