config-files/lighttpd-config/files/lighttpd.logrotate
Bin Qian 5195889724 relocate /www to /var/www
Relocate writable /www to /var/www

Story: 2009101
Task: 43536
Depends-on: https://review.opendev.org/c/starlingx/metal/+/810023
Change-Id: Ie4506518c2d2e1e40ae38de864395de98dfb176d
Signed-off-by: Bin Qian <bin.qian@windriver.com>
2021-12-13 09:51:33 -05:00

15 lines
300 B
Plaintext

/var/log/lighttpd-access.log
/var/log/lighttpd-error.log
/var/www/var/log/lighttpd-access.log
/var/www/var/log/lighttpd-error.log {
nodateext
size 10M
start 1
rotate 10
missingok
notifempty
compress
delaycompress
copytruncate
}