forked from pool/varnish
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
|
/var/log/varnish/*.log {
|
||
|
missingok
|
||
|
notifempty
|
||
|
sharedscripts
|
||
|
delaycompress
|
||
|
postrotate
|
||
|
/etc/init.d/varnish reload
|
||
|
endscript
|
||
|
}
|