Guest User

Untitled

a guest
Apr 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /usr/local/nginx/logs/*log {
  2. daily
  3. missingok
  4. rotate 3
  5. compress
  6. notifempty
  7. postrotate
  8. kill -USR1 `cat /usr/local/nginx/nginx.pid`
  9. endscript
  10. }
Add Comment
Please, Sign In to add comment