Compare commits
1 Commits
1bbc8c133d
...
ade3492977
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ade3492977 |
@@ -4,12 +4,12 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
<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
|
||||||
|
|||||||
Reference in New Issue
Block a user