9 lines
122 B
Text
9 lines
122 B
Text
|
/var/log/lighttpd/error.log {
|
||
|
maxsize 1M
|
||
|
compress
|
||
|
delaycompress
|
||
|
postrotate
|
||
|
/etc/init.d/lighttpd reload
|
||
|
endscript
|
||
|
}
|