c32844
/var/log/php-fpm/*log {
c32844
    missingok
c32844
    notifempty
c32844
    sharedscripts
c32844
    delaycompress
c32844
    postrotate
c32844
	/bin/kill -SIGUSR1 `cat /run/php-fpm/php-fpm.pid 2>/dev/null` 2>/dev/null || true
c32844
    endscript
c32844
}