ninegate/logrotate/ninegate

12 lines
153 B
Plaintext
Raw Normal View History

2019-05-07 15:42:34 +02:00
/var/www/html/ninegate/var/logs/*.log {
2020-10-16 11:12:29 +02:00
maxsize 50M
daily
missingok
rotate 5
compress
notifempty
nocreate
su www-data
2019-05-07 15:42:34 +02:00
}