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