Blame SOURCES/php-fpm.logrotate

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