lighttpd/lighttpd-logrotate

18 lines
234 B
Plaintext
Raw Normal View History

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