Skip to content

Commit

Permalink
typo. thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Feb 22, 2010
1 parent d7341a4 commit 1a7b19f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/htdocs/deployment.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1>Daemon Monitoring</h1>
cd $ROOT
exec $GUNICORN -C $ROOT/gunicorn.conf.py --pidfile=$PID $APP
</pre>
<p>Another useful tool to monitor and control Gunicorn is <a class="reference external" href="http://supervisord.org">Supervisor</a>. An
<p>Another useful tool to monitor and control Gunicorn is <a class="reference external" href="http://supervisord.org">Supervisor</a>. A
<a class="reference external" href="http://github.com/benoitc/gunicorn/blob/master/examples/supervisor.conf">simple configuration</a> is:</p>
<pre class="literal-block">
[program:gunicorn]
Expand Down
2 changes: 1 addition & 1 deletion doc/site/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ A popular method for deploying Gunicorn is to have it monitored by runit_. An `e
cd $ROOT
exec $GUNICORN -C $ROOT/gunicorn.conf.py --pidfile=$PID $APP

Another useful tool to monitor and control Gunicorn is Supervisor_. An
Another useful tool to monitor and control Gunicorn is Supervisor_. A
`simple configuration`_ is::

[program:gunicorn]
Expand Down

0 comments on commit 1a7b19f

Please sign in to comment.