Преглед на файлове

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