mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
For now, the images are still built on the target machine for testing, in the end they need to be built in a GitHub action.
10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
/etc/nginx/ssl/*.log
|
|
/opt/logs/cron-*.log
|
|
{
|
|
rotate 4
|
|
monthly
|
|
compress
|
|
missingok
|
|
notifempty
|
|
}
|