FIX: appdir

This commit is contained in:
2022-10-08 03:41:09 +05:00
parent 991d2abcc2
commit 970eb0a1cf

View File

@@ -1047,7 +1047,7 @@ $CONFIG = [
*/ */
'apps_paths' => [ 'apps_paths' => [
[ [
'path'=> '/var/www/nextcloud/apps', 'path'=> '/var/www/html/apps',
'url' => '/apps', 'url' => '/apps',
'writable' => true, 'writable' => true,
], ],