view common/logrotate-httpd @ 94:89a94c61e4d6 puppet-3.6

Reduce opcache memory usage because it doesn't use that much
author IBBoard <dev@ibboard.co.uk>
date Fri, 22 Jan 2016 20:27:16 +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
}