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