mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 23:48:39 +01:00
lighttpd: add config for logrotate
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
This commit is contained in:
committed by
Josef Schlehofer
parent
732513d35c
commit
aa80a02340
@@ -0,0 +1,8 @@
|
||||
/var/log/lighttpd/error.log {
|
||||
maxsize 1M
|
||||
compress
|
||||
delaycompress
|
||||
postrotate
|
||||
/etc/init.d/lighttpd reload
|
||||
endscript
|
||||
}
|
||||
Reference in New Issue
Block a user