forked from orbit-oss/flask
Merge pull request #2806 from doobeh/uwsgi_doc_fix
Set uwsgi link to use :ref:
This commit is contained in:
commit
79fc8e5c31
1 changed files with 1 additions and 2 deletions
|
|
@ -37,11 +37,10 @@ Running `uWSGI HTTP Router`_::
|
||||||
|
|
||||||
uwsgi --http 127.0.0.1:5000 --module myproject:app
|
uwsgi --http 127.0.0.1:5000 --module myproject:app
|
||||||
|
|
||||||
For a more optimized setup, see `configuring uWSGI and NGINX`_.
|
For a more optimized setup, see :ref:`configuring uWSGI and NGINX <deploying-uwsgi>`.
|
||||||
|
|
||||||
.. _uWSGI: http://uwsgi-docs.readthedocs.io/en/latest/
|
.. _uWSGI: http://uwsgi-docs.readthedocs.io/en/latest/
|
||||||
.. _uWSGI HTTP Router: http://uwsgi-docs.readthedocs.io/en/latest/HTTP.html#the-uwsgi-http-https-router
|
.. _uWSGI HTTP Router: http://uwsgi-docs.readthedocs.io/en/latest/HTTP.html#the-uwsgi-http-https-router
|
||||||
.. _configuring uWSGI and NGINX: uwsgi.html#starting-your-app-with-uwsgi
|
|
||||||
|
|
||||||
Gevent
|
Gevent
|
||||||
-------
|
-------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue