Compare commits
3 Commits
ade3492977
...
1bbc8c133d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1bbc8c133d | ||
| 395a7fe963 | |||
|
|
b30883cc15 |
@@ -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