first commit

This commit is contained in:
2022-02-09 09:55:14 +01:00
commit f8290a2adc
3088 changed files with 49803 additions and 0 deletions

13
logrotate/ninebadge Normal file
View File

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