Add description to the mod_wsgi part

According to the current document, people who do not understand the
relevant principles may think that "Configuring ironic-api behind
mod_wsgi" is necessary.

Indicate that mod_wsgi part is not necessary but recommended.

task: 43714
Change-Id: I405c483506f79a830e9378db3dd45c8c235a6817
This commit is contained in:
Han Guangyu 2021-10-21 21:35:36 +08:00 committed by HanGuangyu
parent c1a067c145
commit 287425e159
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@ Configuring ironic-api behind mod_wsgi
Bare Metal service comes with an example file for configuring the
``ironic-api`` service to run behind Apache with mod_wsgi.
.. note::
This is optional, the ironic APIs can be run using
independent scripts that provide HTTP servers. But it is generally
considered more performant and flexible to run them using a generic
HTTP server that supports WSGI (such as Apache or nginx).
#. Install the apache service:
Fedora/RHEL8/CentOS8::