diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst
index 883d7c34b..52769a5ac 100644
--- a/admin_manual/installation/source_installation.rst
+++ b/admin_manual/installation/source_installation.rst
@@ -119,15 +119,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
+
@@ -142,7 +139,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