/var/log/http-webguard/*log {
    size 16M
    maxage 30
    dateext
    missingok
    notifempty
    sharedscripts
    delaycompress
    create 0644 root http-webguard
    postrotate
    [ ! -f /var/run/http-webguard.pid ] || kill -USR1 `cat /var/run/http-webguard.pid`
    endscript
}
