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