summaryrefslogtreecommitdiff
path: root/doc/source/install/apache-mod-wsgi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/install/apache-mod-wsgi.rst')
-rw-r--r--doc/source/install/apache-mod-wsgi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install/apache-mod-wsgi.rst b/doc/source/install/apache-mod-wsgi.rst
index 61968662..7b4d855d 100644
--- a/doc/source/install/apache-mod-wsgi.rst
+++ b/doc/source/install/apache-mod-wsgi.rst
@@ -36,7 +36,7 @@ Installing API behind mod_wsgi
* Modify the ``WSGIDaemonProcess`` directive to set the ``user`` and
``group`` values to appropriate user on your server.
* Modify the ``WSGIScriptAlias`` directive to point to the
- trove/api/app.wsgi script.
+ trove/api/app_wsgi.py script.
* Modify the ``Directory`` directive to set the path to the Trove API
code.
* Modify the ``ErrorLog and CustomLog`` to redirect the logs to the right