mirror of https://github.com/apache/cloudstack.git
bug 7141: limit apache logs to 5 days
This commit is contained in:
parent
17451e1dae
commit
8032b2d62a
|
|
@ -1,7 +1,7 @@
|
|||
/var/log/apache2/*.log {
|
||||
weekly
|
||||
daily
|
||||
missingok
|
||||
rotate 52
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
|
|
|
|||
Loading…
Reference in New Issue