php $CONFIG = array ( 'htaccess.RewriteBase' => '/', 'memcache.local' => '\\OC\\Memcache\\APCu', 'apps_paths' => array ( 0 => array ( 'path' => '/var/www/html/apps', 'url' => '/apps', 'writable' => false, ), 1 => array ( 'path' => '/var/www/html/custom_apps', 'url' => '/custom_apps', 'writable' => true, ), ), 'memcache.distributed' => '\\OC\\Memcache\\Redis', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => 'redis', 'password' => '8203Chrkru$', 'port' => 6379, ), 'overwriteprotocol' => 'https', 'trusted_proxies' => array ( 0 => '127.0.0.1', 1 => '192.168.0.0/16', 2 => '172.16.0.0/12', 3 => '10.0.0.0/8', ), 'forwarded_for_headers' => array ( 0 => 'HTTP_X_FORWARDED_FOR', ), 'upgrade.disable-web' => true, 'instanceid' => 'ocpv4wg4k5la', 'passwordsalt' => 'OTwOyNSfRmG1qNeDoLvSAlCAKYRncv', 'secret' => '77iix5tmdRx1W9FH5ABs9hDopUzeLkMDSZcQfClL+hZjq/d7', 'datadirectory' => '/var/www/html/data', 'dbtype' => 'pgsql', 'version' => '32.0.5.0', 'overwrite.cli.url' => 'https://nextcloud.chrisfoose.cc', 'overwritehost' => 'nextcloud.chrisfoose.cc', 'dbname' => 'nextcloud', 'dbhost' => 'postgres:5432', 'dbtableprefix' => 'oc_', 'dbuser' => 'oc_admin', 'dbpassword' => '9wP1QxTZF2rEZM68rZhGxATiZvI1vE', 'installed' => true, 'trusted_domains' => array ( 0 => '127.0.0.1', 1 => '192.168.110.141', 2 => 'localhost', 3 => 'nextcloud', 4 => 'nextcloud.chrisfoose.cc', 5 => 'nginx', 6 => 'truenas.chrisfoose.cc', ), ); Config file has leading content, please remove everything before "<?php" in config.php