mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 10:40:07 +00:00
added logrotate rule...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
334531ccbc
commit
a7f7bb3e40
8
gate-traefik/assets/etc/logrotate.d/traefik
Normal file
8
gate-traefik/assets/etc/logrotate.d/traefik
Normal file
@ -0,0 +1,8 @@
|
||||
/var/log/traefik/*.log {
|
||||
su traefik traefik
|
||||
size 10M
|
||||
rotate 10
|
||||
missingok
|
||||
sharedscripts
|
||||
compress
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user