view common/logrotate-trac @ 15:e56e2ffeaf1d

Add "reject unauth pipelining" (i.e. firing commands without waiting for auth) on CentOS recommendation
author IBBoard <dev@ibboard.co.uk>
date Tue, 02 Dec 2014 20:45:31 +0000
parents 956e484adc12
children 9c0ed2404c59
line wrap: on
line source

/srv/trac/projects/*/log/trac.log {
	weekly
	rotate 7
	missingok
	create 640 www-data www-data
	compress
}