Merge "Add description to the mod_wsgi part"

This commit is contained in:
Zuul 2021-11-11 10:33:56 +00:00 committed by Gerrit Code Review
commit 1ad973fdeb
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 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::