'/', /** Network **/ 'trusted_domains' => array ( 0 => 'medusa.alemor.org', ), 'overwriteprotocol' => 'https', 'overwritehost' => 'medusa.alemor.org', 'overwritewebroot' => '/nextcloud', 'overwrite.cli.url' => 'https://medusa.alemor.org/nextcloud/', /** Memory Caching **/ 'memcache.local' => '\\OC\\Memcache\\Redis', 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'filelocking.enabled' => 'true', 'redis' => array ( 'host' => '/var/run/redis/redis-server.sock', 'port' => 0, 'timeout' => 0.0, ), );