12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
/var/www/html/nineschool/var/log/*.log {
|
|
maxsize 50M
|
|
daily
|
|
missingok
|
|
rotate 5
|
|
compress
|
|
notifempty
|
|
nocreate
|
|
su www-data
|
|
}
|
|
|