Fix doc mistakes

Change-Id: I8000aa98e09f8eea382f85fff9c2431b9390502b
This commit is contained in:
smartu3
2018-05-29 18:44:35 +08:00
parent 5bf9aa7fd4
commit c0c2cbfe51
+11 -11
View File
@@ -430,18 +430,18 @@ Install and configure components
access to the Placement API by adding the following configuration to
``/etc/httpd/conf.d/00-nova-placement-api.conf``:
.. path /etc/httpd/conf.d/00-nova-placement-api.conf
.. code-block:: ini
.. path /etc/httpd/conf.d/00-nova-placement-api.conf
.. code-block:: ini
<Directory /usr/bin>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
<IfVersion < 2.4>
Order allow,deny
Allow from all
</IfVersion>
</Directory>
<Directory /usr/bin>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
<IfVersion < 2.4>
Order allow,deny
Allow from all
</IfVersion>
</Directory>
* Restart the httpd service: