diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst
index d6f2eca07..e7f348a89 100644
--- a/admin_manual/installation/source_installation.rst
+++ b/admin_manual/installation/source_installation.rst
@@ -436,15 +436,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
+
@@ -459,7 +456,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