From 298346ccca412d1237366f5c9e82f34b397fc618 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 24 Sep 2013 11:07:01 +0300 Subject: [PATCH] added weblog compression to decreasy disk space usage --- install/rhel/httpd.log | 1 + 1 file changed, 1 insertion(+) diff --git a/install/rhel/httpd.log b/install/rhel/httpd.log index c982843d9..80dab8e29 100644 --- a/install/rhel/httpd.log +++ b/install/rhel/httpd.log @@ -1,6 +1,7 @@ /var/log/httpd/*log /var/log/httpd/domains/*log { missingok notifempty + compress sharedscripts postrotate /sbin/service httpd reload > /dev/null 2>/dev/null || true