mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
added weblog compression to decreasy disk space usage
This commit is contained in:
parent
03e6d1e143
commit
298346ccca
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue