You are not logged in.
Hi
I have a internal Error with nextcloud
Someone able to help?
cat config.php
<?php
$CONFIG = array (
'trusted_proxies' => '192.168.1.1',
'overwritehost' => 'cloud.XXX.ch',
'overwriteprotocol' => 'http',
'overwritewebroot' => '/',
'overwritecondaddr' => '^192\.168\.1\.1$',
'datadirectory' => '/home/data/nextcloud',
'logfile' => '/var/log/nextcloud/nextcloud.log',
'apps_paths' =>
array (
0 =>
array (
'path' => '/usr/share/webapps/nextcloud/apps',
'url' => '/apps',
'writable' => true,
),
1 =>
array (
'path' => '/var/lib/nextcloud/apps',
'url' => '/wapps',
'writable' => true,
),
),
'passwordsalt' => 'XXX',
'secret' => 'XXX',
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'cloud.xxx.ch',
2 => 'External IP',
3 => '192.168.1.118',
4 => '192.168.1.1',
),
'dbtype' => 'mysql',
'version' => '23.0.0.10',
'overwrite.cli.url' => 'https://cloud.xxx.ch',
'dbname' => 'nextcloud',
'dbhost' => 'localhost',
'dbport' => '',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'oc_admin2',
'dbpassword' => 'XXXX',
'installed' => true,
'instanceid' => 'XXX',
);
No error in nextcloud.log and acces.log of nginx
What is wrong?
Offline