added weblog compression to decreasy disk space usage

This commit is contained in:
Serghey Rodin 2013-09-24 11:07:01 +03:00
commit 298346ccca

View file

@ -1,6 +1,7 @@
/var/log/httpd/*log /var/log/httpd/domains/*log { /var/log/httpd/*log /var/log/httpd/domains/*log {
missingok missingok
notifempty notifempty
compress
sharedscripts sharedscripts
postrotate postrotate
/sbin/service httpd reload > /dev/null 2>/dev/null || true /sbin/service httpd reload > /dev/null 2>/dev/null || true