mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
sync
This commit is contained in:
parent
c1e4825091
commit
4c2a5d2578
@ -152,7 +152,7 @@ used to monitor gunicorn. A simple configuration is:</p>
|
|||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
[watcher:mywebapp]
|
[watcher:mywebapp]
|
||||||
cmd = gunicorn -w 3 test:app
|
cmd = gunicorn -w 3 test:app
|
||||||
working_dir = /Users/benoitc/work/friendpaste2/src/gunicorn/examples
|
working_dir = /Users/benoitc/work//gunicorn/examples
|
||||||
send_hup = true
|
send_hup = true
|
||||||
</pre>
|
</pre>
|
||||||
<p>Then you can easily manage Gunicorn using the <tt class="docutils literal">circusctl</tt> command.</p>
|
<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]
|
[watcher:mywebapp]
|
||||||
cmd = gunicorn -w 3 test:app
|
cmd = gunicorn -w 3 test:app
|
||||||
working_dir = /Users/benoitc/work/friendpaste2/src/gunicorn/examples
|
working_dir = /Users/benoitc/work//gunicorn/examples
|
||||||
send_hup = true
|
send_hup = true
|
||||||
|
|
||||||
Then you can easily manage Gunicorn using the ``circusctl`` command.
|
Then you can easily manage Gunicorn using the ``circusctl`` command.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user