saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
/var/log/fail2ban.log {
|
||||
missingok
|
||||
notifempty
|
||||
dateext
|
||||
daily
|
||||
rotate 14
|
||||
postrotate
|
||||
/usr/bin/fail2ban-client flushlogs >/dev/null || true
|
||||
endscript
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/var/log/nginx/*.log {
|
||||
daily
|
||||
missingok
|
||||
rotate 52
|
||||
rotate 30
|
||||
dateext
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
|
||||
Reference in New Issue
Block a user