/var/log/wbmchttpd/*log {
    missingok
    notifempty
    sharedscripts
    postrotate
        /sbin/service wbmchttpd reload > /dev/null 2>/dev/null || true
    endscript
}
