view common/logrotate-trac @ 283:d29f477c51d4

Switch from IPs to hostnames for proxying This should work, aaccording to the Mythic Beasts blog: https://blog.mythic-beasts.com/2017/03/10/hosting-a-website-on-an-ipv6-pi-part-2-proxy-protocol/ and it's future-proof for IP changes
author IBBoard <dev@ibboard.co.uk>
date Sat, 15 Feb 2020 20:11:23 +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
}