mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Merge pull request #19207 from RealRancor/fix_mount.json_dir
Path to mount.json needs to be absolute in config.sample.php
This commit is contained in:
commit
bb4246c9a8
1 changed files with 2 additions and 1 deletions
|
|
@ -1070,8 +1070,9 @@ $CONFIG = array(
|
|||
|
||||
/**
|
||||
* Where ``mount.json`` file should be stored, defaults to ``data/mount.json``
|
||||
* in the ownCloud directory.
|
||||
*/
|
||||
'mount_file' => 'data/mount.json',
|
||||
'mount_file' => '/var/www/owncloud/data/mount.json',
|
||||
|
||||
/**
|
||||
* When ``true``, prevent ownCloud from changing the cache due to changes in the
|
||||
|
|
|
|||
Loading…
Reference in a new issue