forked from pool/varnish
Jan Engelhardt
85e87699b9
- Update to new upstream release 4.1.1 * Improved security features (jails). * Support for PROXY protocol. * Warm and cold VCL states. * Backends defined through VMODs. * A lot of bugs were fixed. - Delete 0001-Fail-fetch-on-malformed-Content-Length-header.patch, this issue was fixed in upstream. - Add 'su varnish varnish' line to varnish.logrotate file. - Cleanup with spec-cleaner. OBS-URL: https://build.opensuse.org/request/show/359612 OBS-URL: https://build.opensuse.org/package/show/server:http/varnish?expand=0&rev=71
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
/var/log/varnish/*.log {
|
|
su varnish varnish
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
delaycompress
|
|
postrotate
|
|
/etc/init.d/varnish reload
|
|
endscript
|
|
}
|