ajout log rotate

This commit is contained in:
root
2020-07-08 15:06:07 +02:00
parent 48c4e580dc
commit fef4a492ae
2 changed files with 13 additions and 0 deletions

11
logrotate/nineskeletor Normal file
View File

@ -0,0 +1,11 @@
/var/www/html/nineskeletor/var/log/*.log {
maxsize 50M
daily
missingok
rotate 5
compress
notifempty
nocreate
su www-data
}