From fc324d732445c758e2194f02674a901bd1fd3aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Thu, 24 Jul 2014 10:41:39 +0200 Subject: [PATCH] remove duplicate NFS note --- admin_manual/installation/installation_source.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/admin_manual/installation/installation_source.rst b/admin_manual/installation/installation_source.rst index 0179870fd..cd5c22b91 100644 --- a/admin_manual/installation/installation_source.rst +++ b/admin_manual/installation/installation_source.rst @@ -190,11 +190,6 @@ the user running php on your system. chown -R apache:apache /path/to/your/owncloud -When using an NFS mount for the data directory, do not change ownership as above. -The simple act of mounting the drive will set proper permissions for ownCloud to -write to the directory. Changing ownership as above could result in some issues -if the NFS mount is lost. - Web Server Configuration ~~~~~~~~~~~~~~~~~~~~~~~~