summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
diff options
context:
space:
mode:
authorFrank Wiles <frank@revsys.com>2019-07-16 07:44:00 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-16 14:43:59 +0200
commitfa65b90a96f27dced8cfa89126d28186b4c80fbf (patch)
tree126feb755f3048b9264c4010b3a9f5a4eb186ccc /docs/howto/deployment
parente47b8293a793653bd7df795c1d9f0381f3f22cf7 (diff)
Updated WSGI servers ordering according to the more commonly used.
Diffstat (limited to 'docs/howto/deployment')
-rw-r--r--docs/howto/deployment/wsgi/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/wsgi/index.txt b/docs/howto/deployment/wsgi/index.txt
index b49de1ec9f..ffc0fbe09a 100644
--- a/docs/howto/deployment/wsgi/index.txt
+++ b/docs/howto/deployment/wsgi/index.txt
@@ -16,10 +16,10 @@ Django includes getting-started documentation for the following WSGI servers:
.. toctree::
:maxdepth: 1
- modwsgi
- apache-auth
gunicorn
uwsgi
+ modwsgi
+ apache-auth
The ``application`` object
==========================