906948
# Note that logs are not compressed unless "compress" is configured,
906948
# which can be done either here or globally in /etc/logrotate.conf.
906948
/var/log/httpd/*log {
906948
    missingok
906948
    notifempty
906948
    sharedscripts
906948
    delaycompress
906948
    postrotate
906948
        /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
906948
    endscript
906948
}