Files
labca/logrotate_d
Arjan H 0ed9d8eac2 Build and use local docker images for docker-only setup (#41)
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.
2023-04-15 09:19:17 +02:00

10 lines
113 B
Plaintext

/etc/nginx/ssl/*.log
/opt/logs/cron-*.log
{
rotate 4
monthly
compress
missingok
notifempty
}