Note about error log leaking IPs
This commit is contained in:
parent
a45b48c47e
commit
afa00cac2c
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ In your `nginx.conf`,
|
|||
1. In your `log_format` directives, replace `$remote_addr` with `$remote_addr_ipscrub`.
|
||||
1. Reload your nginx config.
|
||||
|
||||
**NOTE**: nginx may still leak IP addresses in the error log. If this is a concern, disable error logging or wipe the log regularly.
|
||||
|
||||
### Running Tests
|
||||
|
||||
`make test`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue