view common/logrotate-httpd @ 364:8224f42ee05b

Expand BDStrike CSP to allow more styling and fonts
author IBBoard <dev@ibboard.co.uk>
date Sun, 01 Nov 2020 17:04:44 +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
}