view common/logrotate-trac @ 94:89a94c61e4d6 puppet-3.6

Reduce opcache memory usage because it doesn't use that much
author IBBoard <dev@ibboard.co.uk>
date Fri, 22 Jan 2016 20:27:16 +0000
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
}