Already setup to redirect https. What is odd is I also have an iphone and it works perfectly fine. The wifeās phone was a new phone she got. She is on iOS 18.3.2 I am in the same iOS. How do I add the logfile?
$CONFIG = array (
'datadirectory' => '/data',
'instanceid' => 'blah',
'passwordsalt' => 'blah blah',
'secret' => 'blah',
'trusted_domains' =>
array (
0 => '192.168.1.1:123',
1 => 'nextcloud.mydomain.com',
),
'trusted_proxies' =>
array (
0 => '172.18.0.4',
),
'default_phone_region' => 'US',
'dbtype' => 'mysql',
'version' => '31.0.4.1',
'overwrite.cli.url' => 'https://nextcloud.mydomain.com',
'overwritehost' => 'nextcloud.mydomain.com',
'overwriteprotocol' => 'https',
'dbname' => 'nextcloud',
'dbhost' => '192.168.1.1',
'dbport' => '3306',
'dbtableprefix' => 'oc_',
'mysql.utf8mb4' => true,
'dbuser' => 'nextcloud',
'dbpassword' => 'yak',
'installed' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'filelocking.enabled' => true,
'memcache.locking' => '\\OC\\Memcache\\APCu',
'upgrade.disable-web' => false,
'mail_from_address' => 'joe',
'mail_smtpmode' => 'smtp',
'mail_sendmailmode' => 'smtp',
'mail_domain' => 'yahoo.com',
'mail_smtphost' => 'smtp.mail.yahoo.com',
'mail_smtpport' => '465',
'mail_smtpauth' => 1,
'mail_smtpname' => 'joe',
'mail_smtppassword' => 'yak',
'maintenance' => false,
'tempdirectory' => '/nextcloud_tmp',
'theme' => '',
'loglevel' => 2,
'log_type' => 'file',
'logfile' => '/nextcloud_tmp/nextcloud.log',
'log_rotate_size' => '104857600',
'maintenance_window_start' => 1,
'files.chunked_upload.max_size' => 0,
);
I couldnt figure out how to add the logfile. Since logfiles do not look like they are supported for upload