Skip to content

Commit 4f85e8a

Browse files
committed
Fix incorrect heading markup in example_centos.rst
Fixes #13633. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
1 parent a90fefa commit 4f85e8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

admin_manual/installation/example_centos.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ Redis
136136
systemctl start redis.service
137137

138138

139-
**Installing Nextcloud**
139+
Installing Nextcloud
140+
--------------------
140141

141142
Nearly there, so keep at it, you are doing great!
142143

@@ -189,7 +190,8 @@ Create a firewall rule for access to apache::
189190
firewall-cmd --zone=public --add-service=http --permanent
190191
firewall-cmd --reload
191192

192-
**SELinux**
193+
SELinux
194+
-------
193195

194196
Again, there is an extensive write-up done on SELinux which can be found at :doc:`../installation/selinux_configuration`, so if you are using SELinux in Enforcing mode, please run the commands suggested on that page.
195197
The following commands only refers to this tutorial::

0 commit comments

Comments
 (0)