mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix typo
This commit is contained in:
parent
4c2a5d2578
commit
3546727ec6
@ -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>
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user