view common/logrotate-trac @ 216:436be6e59198 puppet-3.6

Blacklist more username probes, including: * numbers * abc123 * botmaster * root with numbers * wp-user (who even runs Wordpress under its own user?)
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Aug 2019 09:54:10 +0100
parents 600b3bfb5484
children
line wrap: on
line source

/srv/trac/projects/*/log/trac.log {
	weekly
	rotate 7
	missingok
	create 640 apache apache
	compress
	su apache apache
}