Update 'nextcloud-config.php'

This commit is contained in:
dimon 2023-07-17 19:02:28 +00:00
parent bd2b5074df
commit 0c4504783f

View File

@ -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,
), ),