14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
|
/var/www/html/ninebadge/var/log/*.log {
|
||
|
su root www-data
|
||
|
daily
|
||
|
rotate 7
|
||
|
size 900
|
||
|
maxage 7
|
||
|
compress
|
||
|
dateext
|
||
|
dateformat -%Y%m%d
|
||
|
missingok
|
||
|
create 644 www-data www-data
|
||
|
}
|
||
|
|