first commit

This commit is contained in:
2022-03-22 15:53:33 +01:00
commit 0e47fc13fd
3153 changed files with 198826 additions and 0 deletions

13
logrotate/ninepacker Normal file
View File

@ -0,0 +1,13 @@
/var/www/html/ninepacker/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
}