cloudstack/systemvm/patches/debian/config/etc/logrotate.d/apache2

10 lines
146 B
Plaintext

/var/log/apache2/*.log {
missingok
copytruncate
rotate 3
compress
dateext
size=+10M
notifempty
}