From afa00cac2c370a0343b779e1a6b3bd20cd7bd7e4 Mon Sep 17 00:00:00 2001 From: Mason Simon Date: Mon, 14 May 2018 08:50:00 -0700 Subject: [PATCH] Note about error log leaking IPs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4692454..37ba4d1 100644 --- a/README.md +++ b/README.md @@ -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`