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