forked from pool/squid
c3f10526dc
update to 3.4.9, fix for bnc#891268 (CVE-2014-7141, CVE-2014-7142) OBS-URL: https://build.opensuse.org/request/show/263262 OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=61
29 lines
501 B
Plaintext
29 lines
501 B
Plaintext
/var/log/squid/access.log /var/log/squid/store.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 640 squid root
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/systemctl reload squid.service
|
|
endscript
|
|
}
|
|
|
|
/var/log/squid/cache.log {
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+1024k
|
|
notifempty
|
|
missingok
|
|
create 640 squid root
|
|
postrotate
|
|
/usr/bin/systemctl reload squid.service
|
|
endscript
|
|
}
|