haproxy-wi/config_other/logrotate/roxy-wi

20 lines
293 B
Plaintext
Raw Normal View History

2024-02-24 08:05:31 +00:00
/var/www/roxy-wi/log/roxy-wi.log {
daily
rotate 10
missingok
notifempty
create 0644 apache apache
dateext
sharedscripts
}
/var/www/roxy-wi/log/config_edit.log {
daily
rotate 10
missingok
notifempty
create 0644 apache apache
dateext
sharedscripts
}