apache/httpd-logrotate

18 lines
228 B
Plaintext
Raw Normal View History

/var/log/httpd/access_log {
monthly
rotate 5
copytruncate
compress
notifempty
missingok
}
/var/log/httpd/error_log {
monthly
rotate 5
copytruncate
compress
notifempty
missingok
}