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