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