Advertisement
Guest User

Untitled

a guest
May 9th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. "/var/www/user/site/logs/*.log" {
  2. weekly
  3. missingok
  4. rotate 8
  5. compress
  6. delaycompress
  7. notifempty
  8. create 640 root adm
  9. sharedscripts
  10. postrotate
  11. /etc/init.d/apache2 reload > /dev/null
  12. endscript
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement