conf: added circus .init for nginx
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
a630d3be45
commit
664fb735d9
1 changed files with 7 additions and 0 deletions
7
configs/circus.nginx.ini.example
Normal file
7
configs/circus.nginx.ini.example
Normal 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') }}
|
Loading…
Reference in a new issue