10 lines
216 B
Text
10 lines
216 B
Text
|
/var/log/cherokee/*.error /var/log/cherokee/*.access {
|
||
|
daily
|
||
|
rotate 14
|
||
|
compress
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
/bin/kill -HUP `cat /var/run/cherokee.pid 2>/dev/null` 2>/dev/null || true
|
||
|
endscript
|
||
|
}
|