configs: added circus config example.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
ea45fc77e0
commit
b5863b2c2a
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
|||
[circus]
|
||||
check_delay = 5
|
||||
endpoint = tcp://127.0.0.1:5555
|
||||
pubsub_endpoint = tcp://127.0.0.1:5556
|
||||
stats_endpoint = tcp://127.0.0.1:5557
|
||||
|
||||
[watcher:web]
|
||||
cmd = /home/r/.virtualenvs/ungleich-django-cms/bin/chaussette --fd $(circus.sockets.web) --backend tornado dynamicweb.wsgi.application
|
||||
cmd = /home/r/.virtualenvs/dynamicweb-blog/bin/chaussette --fd $(circus.sockets.web) --backend tornado dynamicweb.wsgi.application
|
||||
use_sockets = True
|
||||
numprocesses = 5
|
||||
copy_env = True
|
||||
virtualenv = /home/r/.virtualenvs/ungleich-django-cms
|
||||
virtualenv = /home/r/.virtualenvs/dynamicweb-blog
|
||||
|
||||
[socket:web]
|
||||
host = 0.0.0.0
|
||||
host = 127.0.0.1
|
||||
port = 8000
|
||||
copy_env = True
|
||||
|
|
Loading…
Reference in a new issue