From 3546727ec6b24ca7bf572be12c8ba18cc9f984d8 Mon Sep 17 00:00:00 2001
From: Benoit Chesneau
[watcher:mywebapp] cmd = gunicorn -w 3 test:app -working_dir = /Users/benoitc/work//gunicorn/examples +working_dir = /Users/benoitc/work/gunicorn/examples send_hup = true
Then you can easily manage Gunicorn using the circusctl command.
diff --git a/doc/site/deploy.rst b/doc/site/deploy.rst index 7f52be9f..cc67f866 100644 --- a/doc/site/deploy.rst +++ b/doc/site/deploy.rst @@ -137,7 +137,7 @@ used to monitor gunicorn. A simple configuration is:: [watcher:mywebapp] cmd = gunicorn -w 3 test:app - working_dir = /Users/benoitc/work//gunicorn/examples + working_dir = /Users/benoitc/work/gunicorn/examples send_hup = true Then you can easily manage Gunicorn using the ``circusctl`` command.