mirror of https://github.com/django/django.git
[1.6.x] Fixed #20756 -- Typo in uWSGI docs.
Backport of a3242dc9fe
from master
This commit is contained in:
parent
ed473d61e5
commit
0db3c45f80
|
@ -109,6 +109,6 @@ Example ini configuration file usage::
|
||||||
uwsgi --ini uwsgi.ini
|
uwsgi --ini uwsgi.ini
|
||||||
|
|
||||||
See the uWSGI docs on `managing the uWSGI process`_ for information on
|
See the uWSGI docs on `managing the uWSGI process`_ for information on
|
||||||
starting, stoping and reloading the uWSGI workers.
|
starting, stopping and reloading the uWSGI workers.
|
||||||
|
|
||||||
.. _managing the uWSGI process: http://projects.unbit.it/uwsgi/wiki/Management
|
.. _managing the uWSGI process: http://projects.unbit.it/uwsgi/wiki/Management
|
||||||
|
|
Loading…
Reference in New Issue