From 59c3372f725831f366e5388352ab84df4d19f8d6 Mon Sep 17 00:00:00 2001 From: Shilla Saebi Date: Mon, 27 Apr 2015 22:17:03 -0400 Subject: [PATCH] made change to mod_wsgi.rst file corrected spelling error - deployement should actually be deployment also fixed title capitalization to comply with doc standards Change-Id: Id5573c8d8dab1c5c9638b1d36ac223beb4e479cc --- doc/source/install/mod_wsgi.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/install/mod_wsgi.rst b/doc/source/install/mod_wsgi.rst index 522f8f7d6..2a6f98cdd 100644 --- a/doc/source/install/mod_wsgi.rst +++ b/doc/source/install/mod_wsgi.rst @@ -13,9 +13,9 @@ License for the specific language governing permissions and limitations under the License. -==================================== - Installing the API Behind mod_wsgi -==================================== +=================================== + Installing the API behind mod_wsgi +=================================== Ceilometer comes with a few example files for configuring the API service to run behind Apache with ``mod_wsgi``. @@ -64,5 +64,5 @@ case. To allow multiple processes the DebugMiddleware may be turned off by setting ``pecan_debug`` to ``False`` in the ``api`` section of ``ceilometer.conf``. -For other WSGI setup you can refer to the `pecan deployement`_ documentation. -.. _`pecan deployement`: http://pecan.readthedocs.org/en/latest/deployment.html#deployment +For other WSGI setup you can refer to the `pecan deployment`_ documentation. +.. _`pecan deployment`: http://pecan.readthedocs.org/en/latest/deployment.html#deployment