updated sp.sh file to revert back to old nextcloud config as file locking is not working
This commit is contained in:
parent
02335e5bde
commit
0bde349068
@ -63,20 +63,13 @@ mkdir /var/lib/nextcloudaddition
|
|||||||
cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF"
|
cat > /var/lib/nextcloudaddition/nextcloudaddition <<- "EOF"
|
||||||
|
|
||||||
|
|
||||||
'trusted_proxies' =>
|
'trusted_proxies' =>
|
||||||
array (
|
array (
|
||||||
0 => '127.0.0.1',
|
0 => '127.0.0.1',
|
||||||
),
|
),
|
||||||
'default_locale' => 'en_US',
|
'default_locale' => 'en_US',
|
||||||
'default_phone_region' => 'US',
|
'default_phone_region' => 'US',
|
||||||
'filelocking.enabled' => true,
|
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||||
'memcache.local' => '\OC\Memcache\APCu',
|
|
||||||
'memcache.locking' => '\OC\Memcache\Redis',
|
|
||||||
'redis' => array(
|
|
||||||
'host' => '/var/run/redis/redis.sock',
|
|
||||||
'port' => 0,
|
|
||||||
'timeout' => 0.0,
|
|
||||||
),
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user