1
0
Fork 0

Note about error log leaking IPs

This commit is contained in:
Mason Simon 2018-05-14 08:50:00 -07:00
parent a45b48c47e
commit afa00cac2c
1 changed files with 2 additions and 0 deletions

View File

@ -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`