view common/logrotate-trac @ 334:ee4760967d2f

Separate LetsEncrypt certs Each site now has its own cert (fixed after discovering hiveworldterra.ibboard.co.uk wasn't on the main HWT cert)
author IBBoard <dev@ibboard.co.uk>
date Sun, 15 Mar 2020 20:02:35 +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
}