diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst
index ce29d7a28..fc3c022b9 100644
--- a/admin_manual/installation/source_installation.rst
+++ b/admin_manual/installation/source_installation.rst
@@ -434,15 +434,12 @@ it, replacing the **Directory** and other filepaths with your own filepaths::
Require all granted
- Options FollowSymlinks MultiViews
AllowOverride All
+ Options FollowSymLinks MultiViews
-
- Dav off
-
-
- SetEnv HOME /var/www/nextcloud
- SetEnv HTTP_HOME /var/www/nextcloud
+
+ Dav off
+
@@ -457,7 +454,7 @@ On CentOS/RHEL, create a virtualhost :file:`/etc/httpd/conf.d/nextcloud.conf` an
DocumentRoot /var/www/nextcloud/
ServerName your.server.com
-
+
Require all granted
AllowOverride All
Options FollowSymLinks MultiViews