diff options
Diffstat (limited to 'testing/varnish/varnishd.logrotate')
-rw-r--r-- | testing/varnish/varnishd.logrotate | 9 |
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 -} |