summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2022-08-24 17:17:42 +0800
committerwu.chunyang <wuchunyang@yovole.com>2022-08-25 11:10:33 +0800
commit44c3cdef5c31bdcdc8e4961ec9d8ce1647aa8c09 (patch)
tree65b5f3d9670187df1c4950059be953b96e7bfcd2 /doc
parent528741b449a843d118c527d160dedebb523fd49d (diff)
downloadtrove-44c3cdef5c31bdcdc8e4961ec9d8ce1647aa8c09.tar.gz
Rename app.wsgi to app_wsgi.py
1. app.wsgi is a python script and should be end with py extension. 2. Generate trove-wsgi script which is needed by kolla to support https and ipv6. 3. Ignore build directory in git 4. update docs Change-Id: Ibbd6ecb8db25aa3a443d3f526f4cf6d418eb26f3
Diffstat (limited to 'doc')
-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