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