infrastructure/ansible/roles/traefik/files/logrotate.conf
Jake Howard 6973fb536f
Add fail2ban for traefik
Remote action coming soon
2021-03-28 13:05:38 +01:00

9 lines
100 B
Plaintext

/tmp/traefik-logs/access.log {
daily
rotate 7
missingok
compress
nodateext
notifempty
}