From 82cfd2c8d62889af5e25235aaafdc6f5c75584c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Tue, 9 Sep 2025 02:38:14 +0000 Subject: [PATCH] Fix incorrect heading markup in example_centos.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #13633. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- admin_manual/installation/example_centos.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/example_centos.rst b/admin_manual/installation/example_centos.rst index 16f987a17c8..0d75bc08959 100644 --- a/admin_manual/installation/example_centos.rst +++ b/admin_manual/installation/example_centos.rst @@ -136,7 +136,8 @@ Redis systemctl start redis.service -**Installing Nextcloud** +Installing Nextcloud +-------------------- Nearly there, so keep at it, you are doing great! @@ -189,7 +190,8 @@ Create a firewall rule for access to apache:: firewall-cmd --zone=public --add-service=http --permanent firewall-cmd --reload -**SELinux** +SELinux +------- 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. The following commands only refers to this tutorial::