I followed the tutorial and this is what my /etc/logrotate.d/lighttpd
Code:
/var/log/lighttpd/*.log /var/log/lighttpd/mydomain.com/*.log /var/log/lighttpd/forums.mydomain.com/*.log {
missingok
copytruncate
rotate 7
compress
notifempty
sharedscripts
postrotate
/etc/init.d/lighttpd reload
endscript
}
anything wrong with my setting?