/var/log/lighttpd/*.log {
    missingok
    postrotate
	/sbin/service lighttpd reload &>/dev/null
    endscript
}
