diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-23 10:59:14 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-23 10:59:14 +0200 |
commit | c22b98b05ed81c6a2615e6002ae91800b4127ec5 (patch) | |
tree | 56110494c88fa6a309c669067316b4b26fefa8ea | |
parent | d0b17ec8d68396268d880b8e2d163f65da447c77 (diff) | |
parent | 4410ca50354d245106e454a8eec08231509f2d1d (diff) | |
download | nextcloud-server-c22b98b05ed81c6a2615e6002ae91800b4127ec5.tar.gz nextcloud-server-c22b98b05ed81c6a2615e6002ae91800b4127ec5.zip |
Merge pull request #19169 from owncloud/3rdpartyhint
add example for 3rdparty configuration
-rw-r--r-- | config/config.sample.php | 4 |
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' => '', |