Last active
July 30, 2021 20:13
-
-
Save szydell/bc2a7ef7db269b780a078ee5556fb436 to your computer and use it in GitHub Desktop.
Definicja logrotate dla certbota
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/var/log/letsencrypt/letsencrypt.log | |
{ | |
missingok | |
daily | |
rotate 60 | |
compress | |
compresscmd xz | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment