From 0c4504783f6ce713b07fe6c58abd2aea2719b6d9 Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 17 Jul 2023 19:02:28 +0000 Subject: [PATCH] Update 'nextcloud-config.php' --- nextcloud-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud-config.php b/nextcloud-config.php index ec8fb64..a7c611b 100644 --- a/nextcloud-config.php +++ b/nextcloud-config.php @@ -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, ),