mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-02 20:11:59 +08:00
improve logging of setdomain
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
62e4ea3238
commit
9b68d3c157
1 changed files with 2 additions and 0 deletions
|
@ -242,6 +242,8 @@ class ConfigurationManager
|
|||
|
||||
if ($response !== $instanceID) {
|
||||
error_log('The response of the connection attempt to "' . $testUrl . '" was: ' . $response);
|
||||
error_log('Expected was: ' . $instanceID);
|
||||
error_log('The error message was: ' . curl_error($ch));
|
||||
throw new InvalidSettingConfigurationException("Domain does not point to this server or the reverse proxy is not configured correctly. See the mastercontainer logs for more details. ('sudo docker logs -f nextcloud-aio-mastercontainer')");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue