Advertisement
Guest User

Untitled

a guest
Jul 30th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. /var/log/php5-fpm/*.log {
  2. rotate 4
  3. weekly
  4. copytruncate
  5. missingok
  6. notifempty
  7. sharedscripts
  8. delaycompress
  9. postrotate
  10. /bin/kill -SIGUSR1 `cat /var/run/php5-fpm.pid 2>/dev/null` 2>/dev/null || true
  11. endscript
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement