mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #4050 from nextcloud/enh/noid/point-at-doc-in-rp-mode
point at debug documentation if AIO is in RP mode
This commit is contained in:
commit
5adb903eb9
1 changed files with 3 additions and 0 deletions
|
|
@ -359,6 +359,9 @@ class ConfigurationManager
|
||||||
error_log('The response of the connection attempt to "' . $testUrl . '" was: ' . $response);
|
error_log('The response of the connection attempt to "' . $testUrl . '" was: ' . $response);
|
||||||
error_log('Expected was: ' . $instanceID);
|
error_log('Expected was: ' . $instanceID);
|
||||||
error_log('The error message was: ' . curl_error($ch));
|
error_log('The error message was: ' . curl_error($ch));
|
||||||
|
if ($port !== '443') {
|
||||||
|
error_log('Please follow https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md#6-how-to-debug-things in order to debug things!');
|
||||||
|
}
|
||||||
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')");
|
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…
Add table
Add a link
Reference in a new issue