mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Fix incorrect heading markup in example_centos.rst
Fixes #13633. Signed-off-by: 林博仁(Buo-ren Lin) <buo.ren.lin@gmail.com>
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user