Update 'nextcloud-config.php'
This commit is contained in:
parent
bd2b5074df
commit
0c4504783f
@ -6,13 +6,13 @@ $CONFIG = array (
|
|||||||
array (
|
array (
|
||||||
0 =>
|
0 =>
|
||||||
array (
|
array (
|
||||||
'path' => '/var/www/html/apps',
|
'path' => '/var/www/nextcloud/apps',
|
||||||
'url' => '/apps',
|
'url' => '/apps',
|
||||||
'writable' => false,
|
'writable' => false,
|
||||||
),
|
),
|
||||||
1 =>
|
1 =>
|
||||||
array (
|
array (
|
||||||
'path' => '/var/www/html/custom_apps',
|
'path' => '/var/www/nextcloud/custom_apps',
|
||||||
'url' => '/custom_apps',
|
'url' => '/custom_apps',
|
||||||
'writable' => true,
|
'writable' => true,
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user