Skip to content

Instantly share code, notes, and snippets.

@pawitk
Created May 25, 2018 13:01
Show Gist options
  • Save pawitk/fb91ddbc5efd4ec6fec555dce67b6456 to your computer and use it in GitHub Desktop.
Save pawitk/fb91ddbc5efd4ec6fec555dce67b6456 to your computer and use it in GitHub Desktop.
Logrotate
# Put in /etc/logrotate.d/
/path/to/*.log {
rotate 30
daily
compress
missingok
notifempty
create 0640 deploy deploy
sharedscripts
postrotate
systemctl reload nginx
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment