1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00

Documentation: Fix link to uWSGI deployment

This commit is contained in:
Roman Haritonov 2012-07-22 18:54:47 +04:00
parent 00ace01411
commit cc65f4ec8d

View File

@ -62,7 +62,7 @@ for information on how to configure mod_wsgi once you have it
installed. installed.
If you can't use mod_wsgi for some reason, fear not: Django supports many other If you can't use mod_wsgi for some reason, fear not: Django supports many other
deployment options. One is :doc:`uWSGI </howto/deployment/fastcgi>`; it works deployment options. One is :doc:`uWSGI </howto/deployment/wsgi/uwsgi>`; it works
very well with `nginx`_. Another is :doc:`FastCGI </howto/deployment/fastcgi>`, very well with `nginx`_. Another is :doc:`FastCGI </howto/deployment/fastcgi>`,
perfect for using Django with servers other than Apache. Additionally, Django perfect for using Django with servers other than Apache. Additionally, Django
follows the WSGI spec (:pep:`3333`), which allows it to run on a variety of follows the WSGI spec (:pep:`3333`), which allows it to run on a variety of