Skip to content

Instantly share code, notes, and snippets.

@oelbrenner
Forked from hotgazpacho/gist:3265277
Created August 5, 2012 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oelbrenner/3265439 to your computer and use it in GitHub Desktop.
Save oelbrenner/3265439 to your computer and use it in GitHub Desktop.
# system-specific logs may be also be configured here.
/home/*/logs/*_log /home/*/domains/*/logs/*_log {
rotate 5
weekly
compress
postrotate
cp /dev/null /path/to/where/the/apache/log/file/lives
cp /dev/null /path/to/where/the/other/files/is
cp /dev/null /path/to/where/the/other/files/is/etc/etc
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment