From 1aac597b3c1089f2e8717c3f375802667dc9ff7c Mon Sep 17 00:00:00 2001 From: MichaIng Date: Fri, 24 Jan 2020 13:23:47 +0100 Subject: [PATCH] Remove obsolete HOME and HTTP_HOME variables from Apache2 config Additionally align format for Debian/Ubuntu and CentOS/RHEL configs: - Consistent spacing and order - No double quotes around directory path which does not contain spaces Signed-off-by: MichaIng --- admin_manual/installation/source_installation.rst | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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