summaryrefslogtreecommitdiffstats
path: root/extra/squid/squid.logrotate
blob: fb3279e0138e18af954f7718ccf268b7c84238f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
/var/log/squid/*.log {
	daily
	compress
	rotate 5
	missingok
	nocreate
	sharedscripts
	postrotate
	/usr/sbin/squid -k rotate
	endscript
}