Skip to content

Instantly share code, notes, and snippets.

@nexeck
Created December 12, 2011 22:07
Show Gist options
  • Select an option

  • Save nexeck/1469354 to your computer and use it in GitHub Desktop.

Select an option

Save nexeck/1469354 to your computer and use it in GitHub Desktop.
/var/www/*/*/logs/access.log /var/www/*/*/logs/error.log {
daily
missingok
rotate 52
compress
delaycompress
notifempty
create 640 nginx adm
sharedscripts
postrotate
[ -f /var/run/nginx.pid ] && kill -USR1 `cat /var/run/nginx.pid`
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment