ajout log rotate
This commit is contained in:
11
logrotate/nineskeletor
Normal file
11
logrotate/nineskeletor
Normal file
@ -0,0 +1,11 @@
|
||||
/var/www/html/nineskeletor/var/log/*.log {
|
||||
maxsize 50M
|
||||
daily
|
||||
missingok
|
||||
rotate 5
|
||||
compress
|
||||
notifempty
|
||||
nocreate
|
||||
su www-data
|
||||
}
|
||||
|
Reference in New Issue
Block a user