ansible/files/httpd/httpd.logrotate

14 lines
220 B
Text
Raw Normal View History

/var/log/httpd/*log {
daily
rotate 7
missingok
ifempty
compress
compresscmd /usr/bin/bzip2
uncompresscmd /usr/bin/bunzip2
compressext .bz2
dateext
sharedscripts
copytruncate
}