view common/logrotate-httpd @ 308:edd1e3b444e7

Blacklist more users on SSH including bugzilla
author IBBoard <dev@ibboard.co.uk>
date Sun, 23 Feb 2020 12:07:07 +0000
parents 956e484adc12
children
line wrap: on
line source

/var/log/apache/*log {
    monthly
    rotate 3
    missingok
    compress
    notifempty
    sharedscripts
    postrotate
        /sbin/service httpd reload > /dev/null 2>/dev/null || true
    endscript
}