Advertisement
Guest User

atmos

a guest
Mar 12th, 2008
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /var/log/engineyard/nginx/*.log {
  2. daily
  3. missingok
  4. compress
  5. rotate 21
  6. dateext
  7. notifempty
  8. sharedscripts
  9. extension gz
  10. postrotate
  11. [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid`
  12. endscript
  13. }
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement