diff --git a/docs/en/running-a-mirror.wml b/docs/en/running-a-mirror.wml
index b8fef0bc..65ad867f 100644
--- a/docs/en/running-a-mirror.wml
+++ b/docs/en/running-a-mirror.wml
@@ -115,12 +115,39 @@ server {
text/html en html htm shtml;
-
+
Please ensure that you keep your mirror updated (we suggest automating this task with something like 'cron'). Our website, source code and binary releases change often. An update frequency of six hours is recommended. Tor users everywhere will thank you.
+ To protect the privacy of your users disable logging of IP addresses with + any of the following methods: +
+CustomLog /path/to/desired/log/location "0.0.0.0 %l %u %t \"%r\" %>s %b"+
+log_format privacy '- - - [$time_local] "$request" $status $body_bytes_sent'; +access_log /var/log/nginx/access.log privacy; ++
@@ -137,13 +164,13 @@ text/html en html htm shtml; file to the mirrors list. Your mirror will then be added manually if it passes availability testing and your provided information is confirmed. Some general pointers on mirrors are: +