763875
/var/log/haproxy.log {
763875
    daily
763875
    rotate 10
763875
    missingok
763875
    notifempty
763875
    compress
763875
    sharedscripts
763875
    postrotate
763875
        /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
763875
        /bin/kill -HUP `cat /var/run/rsyslogd.pid 2> /dev/null` 2> /dev/null || true
763875
    endscript
763875
}