Add fail2ban for traefik
Remote action coming soon
This commit is contained in:
8
ansible/roles/traefik/files/logrotate.conf
Normal file
8
ansible/roles/traefik/files/logrotate.conf
Normal file
@ -0,0 +1,8 @@
|
||||
/tmp/traefik-logs/access.log {
|
||||
daily
|
||||
rotate 7
|
||||
missingok
|
||||
compress
|
||||
nodateext
|
||||
notifempty
|
||||
}
|
Reference in New Issue
Block a user