September 19, 20232 yr I am having some issues accessing my Nextcloud via the domain name I'm getting the " Access through untrusted domain" Screen. No Matter what I add I cant seem to get access. I have NGINX Proxy Manager running, below is a copy of the config.php 'trusted_domains' => array ( 0 => 'http://nextcloud.XXXXXX.co.uk/', 1 => '192.168.1.190', 2 => 'https://nextcloud.XXXXX.co.uk/', 3 => 'http://nextcloud.XXXXXX.co.uk', 4 => 'https://nextcloud.XXXXXX.co.uk', 5 => 'http://nextcloud.XXXXXX.co.uk/login', 6 => 'https://nextcloud.XXXXX.co.uk/login', 7 => 'http://mygtw.co.uk', 8 => 'https://192.168.1.100', < This is my NGINX Docker > 9 => 'http://192.168.1.100', < This is my NGINX Docker > ), 'datadirectory' => '/var/www/html/data', 'dbtype' => 'sqlite3', 'version' => '27.1.0.7', 'overwrite.cli.url' => 'http://192.168.1.190', Any Help would be appreciated
September 19, 20232 yr Community Expert Remove the "http://" / "https://" entries. thats not a domain. Edited September 19, 20232 yr by Mainfrezzer
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.