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