From b95c0e0185e00a17de09e0c692f827998fef0730 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 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