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