18 lines
234 B
Plaintext
18 lines
234 B
Plaintext
|
/var/log/lighttpd/access.log {
|
||
|
monthly
|
||
|
rotate 5
|
||
|
copytruncate
|
||
|
compress
|
||
|
notifempty
|
||
|
missingok
|
||
|
}
|
||
|
|
||
|
/var/log/lighttpd/error.log {
|
||
|
monthly
|
||
|
rotate 5
|
||
|
copytruncate
|
||
|
compress
|
||
|
notifempty
|
||
|
missingok
|
||
|
}
|