conf: added circus .init for nginx

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-05-28 00:39:48 -06:00
parent a630d3be45
commit 664fb735d9

View file

@ -0,0 +1,7 @@
[watcher:nginx]
cmd = /usr/sbin/nginx -c ./nginx.dynamicweb.conf
numprocesses = 1
use_sockets = False
copy_env = True
singleton = True
autostart = {{ RUN_WEB | default('True') }}