diff --git a/doc/htdocs/deployment.html b/doc/htdocs/deployment.html index ad1f3703..c4e245a4 100644 --- a/doc/htdocs/deployment.html +++ b/doc/htdocs/deployment.html @@ -123,7 +123,7 @@ if [ -f $PID ]; then rm $PID fi 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]
diff --git a/doc/site/deployment.rst b/doc/site/deployment.rst
index d495b98b..d0d1120a 100644
--- a/doc/site/deployment.rst
+++ b/doc/site/deployment.rst
@@ -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]