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