first commit

This commit is contained in:
2021-07-20 13:04:47 +02:00
commit 4894a1ae99
3096 changed files with 185626 additions and 0 deletions

13
logrotate/ninegitea Normal file
View 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
}