18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
|
/var/log/httpd/access_log {
|
||
|
monthly
|
||
|
rotate 5
|
||
|
copytruncate
|
||
|
compress
|
||
|
notifempty
|
||
|
missingok
|
||
|
}
|
||
|
|
||
|
/var/log/httpd/error_log {
|
||
|
monthly
|
||
|
rotate 5
|
||
|
copytruncate
|
||
|
compress
|
||
|
notifempty
|
||
|
missingok
|
||
|
}
|