updated sp.sh file to revert back to old nextcloud config as file locking is not working

This commit is contained in:
naturallaw77 2023-08-17 09:46:30 -07:00
parent 02335e5bde
commit 0bde349068

View File

@ -67,16 +67,9 @@ cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF"
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