forked from pool/squid
3ca11bdc56
- Cleanup with spec-cleaner - Version bump to 3.4.10: * Fix bootstrap.sh dependency on SPONSORS.list * HTTP/2: Support 421 (Misdirected Request) status code * Alternate-Protocol is a hop-by-hop header * Bug #4148: external_acl_type header format does not accept the new libformat syntax * Bug #4033: Rebuild corrupted ssl_db/size file * Bug #3902: Docs: external_acl_type cache hash key * Bug #4145: squid_endian.h compile errors with OpenBSD 5.6 * Fix segmentation fault in ACLUrlPathStrategy::match - Remove support for other distros as we build for opensuse anyway - remove permissions.easy and permissions.paranoid files from package as they are not used any more OBS-URL: https://build.opensuse.org/request/show/280563 OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=64
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
/var/log/squid/access.log /var/log/squid/store.log /var/log/squid/cache.log {
|
|
su squid squid
|
|
compress
|
|
dateext
|
|
maxage 365
|
|
rotate 99
|
|
size=+4096k
|
|
notifempty
|
|
missingok
|
|
create 640 squid root
|
|
sharedscripts
|
|
postrotate
|
|
/usr/bin/systemctl -q is-active squid.service && /usr/sbin/squid -k rotate
|
|
endscript
|
|
}
|