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