Merge "Fix doc mistakes"
This commit is contained in:
commit
8d366a1e57
@ -430,18 +430,18 @@ Install and configure components
|
|||||||
access to the Placement API by adding the following configuration to
|
access to the Placement API by adding the following configuration to
|
||||||
``/etc/httpd/conf.d/00-nova-placement-api.conf``:
|
``/etc/httpd/conf.d/00-nova-placement-api.conf``:
|
||||||
|
|
||||||
.. path /etc/httpd/conf.d/00-nova-placement-api.conf
|
.. path /etc/httpd/conf.d/00-nova-placement-api.conf
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
<Directory /usr/bin>
|
<Directory /usr/bin>
|
||||||
<IfVersion >= 2.4>
|
<IfVersion >= 2.4>
|
||||||
Require all granted
|
Require all granted
|
||||||
</IfVersion>
|
</IfVersion>
|
||||||
<IfVersion < 2.4>
|
<IfVersion < 2.4>
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</IfVersion>
|
</IfVersion>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
* Restart the httpd service:
|
* Restart the httpd service:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user