gatorback Asked: 2023-11-05 00:24:40 +0800 CST2023-11-05 00:24:40 +0800 CST 2023-11-05 00:24:40 +0800 CST 错误:通过不受信任的域访问 772 NexctcloudPi (Raspbian\Debian) 安装在 USB-SSD 上的 rpi3 上。 初步测试成功。访问方式: 鸭子域名 让我们加密证书 初始设置后成功。 系统已重新启动,现在返回: 可以使用哪些 Debian 命令来探测和测试以确定问题的根本原因? 感谢对错误的简单(ELI5)解释:谢谢 raspbian 1 个回答 Voted Best Answer Stéphane Chazelas 2023-11-05T01:57:54+08:002023-11-05T01:57:54+08:00 如https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#trusted-domains所示 trusted_domain文件中的配置指令告诉config.php这个nextcloudnextcloud 实例被称为哪些域(主机名)。 https://somehostname.example.com如果您以不在列表somehostname.example.com中的身份访问它trusted_domain,您将收到该错误消息。因此,您需要编辑该配置文件以添加该域名。
如https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#trusted-domains所示
trusted_domain
文件中的配置指令告诉config.php
这个nextcloud
nextcloud 实例被称为哪些域(主机名)。https://somehostname.example.com
如果您以不在列表somehostname.example.com
中的身份访问它trusted_domain
,您将收到该错误消息。因此,您需要编辑该配置文件以添加该域名。