README: Add newline after code-block.
This commit is contained in:
@@ -82,6 +82,7 @@ Passenger
|
|||||||
From within the Puppetboard checkout:
|
From within the Puppetboard checkout:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
mkdir public
|
mkdir public
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
ln -s wsgi.py passenger_wsgi.py
|
ln -s wsgi.py passenger_wsgi.py
|
||||||
@@ -89,6 +90,7 @@ From within the Puppetboard checkout:
|
|||||||
The apache vhost configuration:
|
The apache vhost configuration:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName puppetboard.example.tld
|
ServerName puppetboard.example.tld
|
||||||
DocumentRoot /path/to/puppetboard/public
|
DocumentRoot /path/to/puppetboard/public
|
||||||
|
|||||||
Reference in New Issue
Block a user