[2.2.x] Updated WSGI servers ordering according to the more commonly used.

Backport of fa65b90a96 from master
This commit is contained in:
Frank Wiles 2019-07-16 07:44:00 -05:00 committed by Mariusz Felisiak
parent de19a600f0
commit d58cde7444
1 changed files with 2 additions and 2 deletions

View File

@ -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
==========================