mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-09-17 14:02:08 +09:00
initial release
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/config/log/fail2ban/fail2ban.log {
|
||||
weekly
|
||||
rotate 7
|
||||
missingok
|
||||
compress
|
||||
delaycompress
|
||||
nodateext
|
||||
postrotate
|
||||
/usr/bin/fail2ban-client flushlogs 1>/dev/null || true
|
||||
endscript
|
||||
su abc abc
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
/config/log/letsencrypt/*.log {
|
||||
weekly
|
||||
rotate 52
|
||||
compress
|
||||
delaycompress
|
||||
nodateext
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
su abc abc
|
||||
}
|
||||
Reference in New Issue
Block a user