You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
360 B
16 lines
360 B
2 years ago
|
/var/log/squid/*.log {
|
||
|
weekly
|
||
|
rotate 5
|
||
|
compress
|
||
|
delaycompress
|
||
|
notifempty
|
||
|
missingok
|
||
|
nocreate
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
# Asks squid to reopen its logs. (logfile_rotate 0 is set in squid.conf)
|
||
|
# errors redirected to make it silent if squid is not running
|
||
|
/usr/sbin/squid -k rotate 2>/dev/null
|
||
|
endscript
|
||
|
}
|