From 0bde3490682d21f9cfeb660b83a9fd85feb733fa Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 17 Aug 2023 09:46:30 -0700 Subject: [PATCH] updated sp.sh file to revert back to old nextcloud config as file locking is not working --- for_new_sovran_pros/sp.sh | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/for_new_sovran_pros/sp.sh b/for_new_sovran_pros/sp.sh index 3b66af0..40d7bc0 100644 --- a/for_new_sovran_pros/sp.sh +++ b/for_new_sovran_pros/sp.sh @@ -63,20 +63,13 @@ mkdir /var/lib/nextcloudaddition cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF" -'trusted_proxies' => +'trusted_proxies' => array ( 0 => '127.0.0.1', ), -'default_locale' => 'en_US', -'default_phone_region' => 'US', -'filelocking.enabled' => true, -'memcache.local' => '\OC\Memcache\APCu', -'memcache.locking' => '\OC\Memcache\Redis', -'redis' => array( - 'host' => '/var/run/redis/redis.sock', - 'port' => 0, - 'timeout' => 0.0, - ), + 'default_locale' => 'en_US', + 'default_phone_region' => 'US', + 'memcache.local' => '\\OC\\Memcache\\APCu', EOF