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 62c0f014ab
commit 9be99ab8ee
1 changed files with 7 additions and 0 deletions

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') }}