Created
September 23, 2016 05:20
-
-
Save intuxicated/d58ef798187532a671c59ce8925e14d8 to your computer and use it in GitHub Desktop.
cow proxy config for circus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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