aboutsummaryrefslogtreecommitdiffstats
path: root/testing/varnish/varnishd.logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'testing/varnish/varnishd.logrotate')
-rw-r--r--testing/varnish/varnishd.logrotate9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/varnish/varnishd.logrotate b/testing/varnish/varnishd.logrotate
deleted file mode 100644
index 62ee60007a..0000000000
--- a/testing/varnish/varnishd.logrotate
+++ /dev/null
@@ -1,9 +0,0 @@
-/var/log/varnish/*.log {
- weekly
- rotate 10
- copytruncate
- delaycompress
- compress
- notifempty
- missingok
-}