We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0303653 commit 7cc71ccCopy full SHA for 7cc71cc
docs/deploying/wsgi-standalone.rst
@@ -37,11 +37,10 @@ Running `uWSGI HTTP Router`_::
37
38
uwsgi --http 127.0.0.1:5000 --module myproject:app
39
40
-For a more optimized setup, see `configuring uWSGI and NGINX`_.
+For a more optimized setup, see :ref:`configuring uWSGI and NGINX <deploying-uwsgi>`.
41
42
.. _uWSGI: http://uwsgi-docs.readthedocs.io/en/latest/
43
.. _uWSGI HTTP Router: http://uwsgi-docs.readthedocs.io/en/latest/HTTP.html#the-uwsgi-http-https-router
44
-.. _configuring uWSGI and NGINX: uwsgi.html#starting-your-app-with-uwsgi
45
46
Gevent
47
-------
0 commit comments