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:
parent
c1a067c145
commit
287425e159
@ -4,6 +4,12 @@ Configuring ironic-api behind mod_wsgi
|
|||||||
Bare Metal service comes with an example file for configuring the
|
Bare Metal service comes with an example file for configuring the
|
||||||
``ironic-api`` service to run behind Apache with mod_wsgi.
|
``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:
|
#. Install the apache service:
|
||||||
|
|
||||||
Fedora/RHEL8/CentOS8::
|
Fedora/RHEL8/CentOS8::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user