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