diff --git a/configs/circus.nginx.ini.example b/configs/circus.nginx.ini.example new file mode 100644 index 00000000..9a7667a7 --- /dev/null +++ b/configs/circus.nginx.ini.example @@ -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') }} \ No newline at end of file