Compare commits
11 Commits
ef8c01853e
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c480c7edd1 | ||
| 656e219818 | |||
|
|
c57b161159 | ||
| b54c71b8f0 | |||
|
|
352827862a | ||
| b6b37335c1 | |||
|
|
63f9f24c16 | ||
| 3b2610913c | |||
|
|
255ea2b117 | ||
| 3106893f38 | |||
|
|
c8e3bab9ff |
@@ -4,14 +4,15 @@
|
||||
###############################################################################
|
||||
|
||||
<IfModule remoteip_module>
|
||||
RemoteIPHeader <%= @ae_remoteip_header %>
|
||||
RemoteIPHeader <%= @ae_remoteip_header -%>
|
||||
<% @ae_trusted_proxy.each do |proxy| %>
|
||||
RemoteIPTrustedProxy <%= proxy %>
|
||||
RemoteIPTrustedProxy <%= proxy -%>
|
||||
<% end -%>
|
||||
<% @ae_internal_proxy.each do |proxy| %>
|
||||
RemoteIPInternalProxy <%= proxy %>
|
||||
RemoteIPInternalProxy <%= proxy -%>
|
||||
<% end -%>
|
||||
|
||||
|
||||
# Use real client IP in all standard log formats
|
||||
LogFormat "%a %l %u %t \"%r\" %>s %b" common
|
||||
LogFormat "%a %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined
|
||||
|
||||
Reference in New Issue
Block a user