summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan Guangyu <hanguangyu@uniontech.com>2021-10-21 21:35:36 +0800
committerHanGuangyu <hanguangyu@uniontech.com>2021-10-28 05:19:07 +0000
commit287425e15969e231ab31e1824fc540d6523e6c1e (patch)
tree1801dca30e3339766626b384a00f8daeb7261910
parentc1a067c14521c0010fb96e4c629899ec7aef2878 (diff)
downloadironic-287425e15969e231ab31e1824fc540d6523e6c1e.tar.gz
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
-rw-r--r--doc/source/install/include/configure-ironic-api-mod_wsgi.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/install/include/configure-ironic-api-mod_wsgi.inc b/doc/source/install/include/configure-ironic-api-mod_wsgi.inc
index 235cf1baa..82a4013c2 100644
--- a/doc/source/install/include/configure-ironic-api-mod_wsgi.inc
+++ b/doc/source/install/include/configure-ironic-api-mod_wsgi.inc
@@ -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::