Skip to content

Instantly share code, notes, and snippets.

@intuxicated
Created September 23, 2016 05:20
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 intuxicated/d58ef798187532a671c59ce8925e14d8 to your computer and use it in GitHub Desktop.
Save intuxicated/d58ef798187532a671c59ce8925e14d8 to your computer and use it in GitHub Desktop.
cow proxy config for circus
[watcher:cow]
cmd = /usr/local/bin/cow
uid = danial
gid = danial
numprocesses = 1
debug = true
stdout_stream.class = FileStream
stdout_stream.filename = /var/log/circus/cow.stdout.log
stdout_stream.time_format = %Y-%m-%d %H:%M:%S
stdout_stream.max_bytes = 1073741824
stdout_stream.backup_count = 5
stderr_stream.class = FileStream
stderr_stream.filename = /var/log/circus/cow.stderr.log
stderr_stream.time_format = %Y-%m-%d %H:%M:%S
stderr_stream.max_bytes = 1073741824
stderr_stream.backup_count = 5
[env:cow]
HOME = /home/danial/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment