mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-20 12:33:53 +01:00
14 lines
192 B
Plaintext
14 lines
192 B
Plaintext
/var/log/apache2/*.log {
|
|
daily
|
|
missingok
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
notifempty
|
|
create 640 root adm
|
|
sharedscripts
|
|
postrotate
|
|
/etc/init.d/apache2 reload > /dev/null
|
|
endscript
|
|
}
|