Skip to content

Instantly share code, notes, and snippets.

@szydell
Last active July 30, 2021 20:13
Embed
What would you like to do?
Definicja logrotate dla certbota
/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