caddyserver / transform-encoder

Log encoder module for custom log formats
Apache License 2.0
79 stars 17 forks source link

documentation fix: remote_addr should be remote_ip #23

Closed elbaby closed 2 years ago

elbaby commented 2 years ago

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.