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