Files
haproxy-wi/config_other/logrotate/backup
Aidaho 980f563eb0 v8.2.4: Add WebSocket support in Nginx configuration and update version
- 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.
2025-10-13 10:24:03 +03:00

10 lines
149 B
Plaintext

/var/www/roxy-wi/log/backup.log {
daily
rotate 10
missingok
notifempty
create 0644 apache apache
dateext
sharedscripts
}