mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00: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:
parent
490fa7cd96
commit
d6148bb47c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user