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