浏览代码

added weblog compression to decreasy disk space usage

Serghey Rodin 12 年之前
父节点
当前提交
298346ccca
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/rhel/httpd.log

+ 1 - 0
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