aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7.1/php-fpm.logrotate.in
blob: ac1fcb2b358c837dfbfbdfc8074756acdb3adef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/var/log/php@_suffix@/*.log {
	rotate 7
	daily
	missingok
	notifempty
	delaycompress
	compress
	dateext
	sharedscripts
	postrotate
		/etc/init.d/php-fpm@_suffix@ --ifstarted --quiet reopen
	endscript
}