Compare commits
3 Commits
62f3e230a0
...
9516f7f0b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9516f7f0b6 | ||
| 88705a21b5 | |||
|
|
d0ed21d3a2 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user