Closed elbaby closed 2 years ago
I found that the README.md uses request>remote_addr for examples for apache formats. However this gets an empty value.
request>remote_addr
Browsing the source code, I see that this is actually request>remote_ip.
request>remote_ip
I guess this small patch corrects the documentation.
I found that the README.md uses
request>remote_addr
for examples for apache formats. However this gets an empty value.Browsing the source code, I see that this is actually
request>remote_ip
.I guess this small patch corrects the documentation.