Skip to content

Instantly share code, notes, and snippets.

@pcdinh
Created December 8, 2009 16:08
Show Gist options
  • Save pcdinh/251757 to your computer and use it in GitHub Desktop.
Save pcdinh/251757 to your computer and use it in GitHub Desktop.
/usr/local/nginx/logs/*log {
daily
missingok
rotate 3
compress
notifempty
postrotate
kill -USR1 `cat /usr/local/nginx/nginx.pid`
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment