forked from pool/tinyproxy
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
/var/log/tinyproxy/tinyproxy.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 640 tinyproxy root
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/tinyproxy reload
|
|
endscript
|
|
}
|