52592b
/var/log/httpd/*log {
52592b
    missingok
52592b
    notifempty
52592b
    sharedscripts
52592b
    delaycompress
52592b
    postrotate
52592b
        /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
52592b
    endscript
52592b
}