You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-15 11:54:05 +08:00
- Introduced WebSocket support in Nginx models, templates, and JavaScript. - Updated database migration to version `8.2.4`. - Refactored logrotate configurations for consistency. - Added Page Size pragma in database initialization for optimized performance.
10 lines
149 B
Plaintext
10 lines
149 B
Plaintext
/var/www/roxy-wi/log/backup.log {
|
|
daily
|
|
rotate 10
|
|
missingok
|
|
notifempty
|
|
create 0644 apache apache
|
|
dateext
|
|
sharedscripts
|
|
}
|