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