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