This commit is contained in:
Benoit Chesneau 2012-04-18 17:20:00 +02:00
parent 4c2a5d2578
commit 3546727ec6
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ used to monitor gunicorn. A simple configuration is:</p>
<pre class="literal-block">
[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
</pre>
<p>Then you can easily manage Gunicorn using the <tt class="docutils literal">circusctl</tt> command.</p>

View File

@ -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.