first commit
This commit is contained in:
13
logrotate/ninegitea
Normal file
13
logrotate/ninegitea
Normal file
@ -0,0 +1,13 @@
|
||||
/var/www/html/ninegitea/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
|
||||
}
|
||||
|
Reference in New Issue
Block a user