소스 검색

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