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