From 261a04379538859c8c17582ecac71fa3bcf2cc95 Mon Sep 17 00:00:00 2001 From: Martin Goik <goik@hdm-stuttgart.de> Date: Wed, 12 Dec 2018 17:11:48 +0100 Subject: [PATCH] 2 errors corrected --- Doc/Sdi/cloud.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Doc/Sdi/cloud.xml b/Doc/Sdi/cloud.xml index 0a3cde6f4..d457e1448 100644 --- a/Doc/Sdi/cloud.xml +++ b/Doc/Sdi/cloud.xml @@ -247,14 +247,21 @@ following hints:</para> <orderedlist> + <listitem> + <para>The script + <uri>https://raw.githubusercontent.com/dicenl/nextcloud/master/vhost.conf</uri> + is truncated!</para> + </listitem> + <listitem> <para>Use <code>https://sdiXY.mi.hdm-stuttgart.de/nextcloud</code> rather than <code>https://sdiXY.mi.hdm-stuttgart.de</code> as base URL to your server reusing your existing <productname>Apache</productname> - server installation. This typically corresponds to a - <productname>Nextcloud</productname> directory root - <filename>/var/www/html/nextcloud</filename> rather then - <filename>/var/www/nextcloud</filename>.</para> + server installation. This should be mapped to a + <productname>Nextcloud</productname> root directory + <filename>/var/www/nextcloud</filename>outside e.g. + <filename>/var/www/html/nextcloud</filename> denying attackers getting + access to sensitive configuration data.</para> </listitem> <listitem> -- GitLab