view common/logrotate-trac @ 462:2f2ecf1f0215

Reduce PHP FPM overheads * Reduce "max idle servers", which leaves LOTS of unused servers sitting around most of the time * Remove old, unused static config file
author IBBoard <dev@ibboard.co.uk>
date Sat, 18 Nov 2023 18:38:12 +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
}