5 lines
99 B
Text
5 lines
99 B
Text
/var/log/httpd/*log {
|
|
postrotate
|
|
/etc/init.d/apache reload >/dev/null 2>&1 || true
|
|
endscript
|
|
}
|