Fix panko document error

uswgi.rst is the document for panko not for aodh.

Change-Id: Ib4575472c3d64f5bb1f3e60ee4cdbcd8891cc80f
This commit is contained in:
mengalong 2017-07-07 20:53:42 +08:00
parent ff94b1a188
commit 00ad38615a
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
Installing the API with uwsgi
==============================
Aodh comes with a few example files for configuring the API
Panko comes with a few example files for configuring the API
service to run behind Apache with ``mod_wsgi``.
app.wsgi
========
The file ``panko/api/app.wsgi`` sets up the V2 API WSGI
application. The file is installed with the rest of the Aodh
application. The file is installed with the rest of the Panko
application code, and should not need to be modified.
Example of uwsgi configuration file