summaryrefslogtreecommitdiffstats
path: root/httpd.logrotate
blob: 28c973070b0c19a8ea00dee26baac44186a695f4 (plain)
1
2
3
4
5
6
7
8
9
/var/log/httpd/*log {
    missingok
    notifempty
    sharedscripts
    delaycompress
    postrotate
        /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
    endscript
}