mirror of
https://github.com/openwrt/packages.git
synced 2025-07-19 20:11:50 +00:00
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
/var/log/lighttpd/error.log {
|
|
maxsize 1M
|
|
compress
|
|
delaycompress
|
|
postrotate
|
|
/etc/init.d/lighttpd reload
|
|
endscript
|
|
}
|