added anonymization hint to readme

This commit is contained in:
Patrick Neumann 2018-11-16 10:19:56 +01:00
parent 1fbbc8c3b2
commit 54bfc7fbbb

View File

@ -1,5 +1,12 @@
# pafakedaccesslog
Simeple PHP script that fills his own faked access.log.
No access permissions to a "real" access.log are required.
Logrotation with a maximum of 100 (configurable) entries.
## Daily anonymization on Debian GNU/Linux
1. copy "etc-cron.daily-anonymize-pafal" into /etc/cron.daily/
2. change config variable "$cron" in index.php from "false" to "true"