summaryrefslogtreecommitdiffstats
path: root/testing/varnish/varnishd.logrotate
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-04-11 10:01:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-04-11 10:02:01 +0000
commitc452528a37a334dba4beaf8f3595f69556187d47 (patch)
tree739346631d818ba2dd75e37b465899d0c16aa3b9 /testing/varnish/varnishd.logrotate
parentaa6f7efd4f5b46dd477ddabc120ec76ed3ebc631 (diff)
downloadaports-c452528a37a334dba4beaf8f3595f69556187d47.tar.bz2
aports-c452528a37a334dba4beaf8f3595f69556187d47.tar.xz
testing/varnish: new aport
High-performance HTTP accelerator http://www.varnish-cache.org/
Diffstat (limited to 'testing/varnish/varnishd.logrotate')
-rw-r--r--testing/varnish/varnishd.logrotate9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/varnish/varnishd.logrotate b/testing/varnish/varnishd.logrotate
new file mode 100644
index 000000000..62ee60007
--- /dev/null
+++ b/testing/varnish/varnishd.logrotate
@@ -0,0 +1,9 @@
+/var/log/varnish/*.log {
+ weekly
+ rotate 10
+ copytruncate
+ delaycompress
+ compress
+ notifempty
+ missingok
+}