diff options
Diffstat (limited to 'network/apache2/logrotate.apache')
-rw-r--r-- | network/apache2/logrotate.apache | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/network/apache2/logrotate.apache b/network/apache2/logrotate.apache deleted file mode 100644 index 1f024ba345..0000000000 --- a/network/apache2/logrotate.apache +++ /dev/null @@ -1,9 +0,0 @@ -/var/log/apache2/* { - size=100k - compress - rotate 5 - sharedscripts - postrotate - /etc/rc.d/rc.httpd restart - endscript -} |