mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
fix Sphinx error: add empty line after code-block
The "minimal site configuration on Ubuntu 12.04" is currently not visible at [1]. What's missing is the blank line after the Sphinx directive. [1] http://doc.owncloud.org/server/6.0/admin_manual/installation/installation_source.html
This commit is contained in:
@@ -339,6 +339,7 @@ Example config for Apache 2.4:
|
||||
A minimal site configuration on Ubuntu 12.04 might look like this:
|
||||
|
||||
.. code-block:: xml
|
||||
|
||||
<IfModule mod_ssl.c>
|
||||
<VirtualHost _default_:443>
|
||||
ServerName YourServerName
|
||||
|
||||
Reference in New Issue
Block a user