first commit

This commit is contained in:
2022-05-09 15:37:15 +02:00
commit 4d527e4336
3198 changed files with 204560 additions and 0 deletions

13
logrotate/ninenote Normal file
View File

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