view common/logrotate-httpd @ 311:51d3748f8112

Configure Dovecot (IMAP) for PROXY protocol use Includes moving firewall rules into the Dovecot class to keep things closer together and swapping to a template so that we can put specific values in for IPs
author IBBoard <dev@ibboard.co.uk>
date Sun, 23 Feb 2020 16:00:41 +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
}