mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Fixed typo in deploy docs.
This commit is contained in:
parent
4211be4df4
commit
e22daee056
@ -144,7 +144,7 @@ confuses the monitor services.</p>
|
|||||||
<p>A popular method for deploying Gunicorn is to have it monitored by <a class="reference external" href="http://smarden.org/runit/">runit</a>.
|
<p>A popular method for deploying Gunicorn is to have it monitored by <a class="reference external" href="http://smarden.org/runit/">runit</a>.
|
||||||
An <a class="reference external" href="http://github.com/benoitc/gunicorn/blob/master/examples/gunicorn_rc">example service</a> definition:</p>
|
An <a class="reference external" href="http://github.com/benoitc/gunicorn/blob/master/examples/gunicorn_rc">example service</a> definition:</p>
|
||||||
<pre class="literal-block">
|
<pre class="literal-block">
|
||||||
#!/bin sh
|
#!/bin/sh
|
||||||
|
|
||||||
GUNICORN=/usr/local/bin/gunicorn
|
GUNICORN=/usr/local/bin/gunicorn
|
||||||
ROOT=/path/to/project
|
ROOT=/path/to/project
|
||||||
|
|||||||
@ -130,7 +130,7 @@ Runit
|
|||||||
A popular method for deploying Gunicorn is to have it monitored by runit_.
|
A popular method for deploying Gunicorn is to have it monitored by runit_.
|
||||||
An `example service`_ definition::
|
An `example service`_ definition::
|
||||||
|
|
||||||
#!/bin sh
|
#!/bin/sh
|
||||||
|
|
||||||
GUNICORN=/usr/local/bin/gunicorn
|
GUNICORN=/usr/local/bin/gunicorn
|
||||||
ROOT=/path/to/project
|
ROOT=/path/to/project
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user