Compare commits
1 Commits
0e2c4f5530
...
ef8c01853e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef8c01853e |
@@ -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