/var/log/lighttpd/access.log {
    monthly
    rotate 5
    copytruncate
    compress
    notifempty
    missingok
}

/var/log/lighttpd/error.log {
    monthly
    rotate 5
    copytruncate
    compress
    notifempty
    missingok
}
