summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorCarla Schroder <carla@owncloud.com>2015-09-18 08:46:12 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-23 10:38:46 +0200
commit4410ca50354d245106e454a8eec08231509f2d1d (patch)
tree57f07e065c28f28c5a4e65b41e615debab05eb0b /config
parent9fbd3fa6c14a59dc829a47cd334b9038777105b4 (diff)
downloadnextcloud-server-4410ca50354d245106e454a8eec08231509f2d1d.tar.gz
nextcloud-server-4410ca50354d245106e454a8eec08231509f2d1d.zip
add example for 3rdparty configuration
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 8949bd44465..51529cdb0cc 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -609,7 +609,9 @@ $CONFIG = array(
/**
* ownCloud uses some 3rd party PHP components to provide certain functionality.
* These components are shipped as part of the software package and reside in
- * ``owncloud/3rdparty``. Use this option to configure a different location.
+ * ``owncloud/3rdparty``. Use this option to configure a different location.
+ * For example, if your location is /var/www/owncloud/foo/3rdparty, then the
+ * correct configuration is '3rdpartyroot' => '/var/www/owncloud/foo/',
*/
'3rdpartyroot' => '',