在服务器构建一个Nextcloud,以供方便同步和访问 发现使用ip或域名会出现无法信任导致不能访问。解决方法很简单

修改config/config.php

添加以下代码



'trusted_domains' => 
  array (
    0 => 'localhost',
    1 => 'your ip or domains',
  ),

问题解决。~

标签: nextcloud, http

添加新评论