httpd/httpd.logrotate

10 lines
185 B
Plaintext
Raw Normal View History

/var/log/httpd/*log {
missingok
notifempty
sharedscripts
delaycompress
postrotate
/sbin/service httpd reload > /dev/null 2>/dev/null || true
endscript
}