Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2022-03-03 17:11:50 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2022-03-07 18:33:07 +0300
commit15d60a02a3c38c743f93fff8e3f8bf6b85062202 (patch)
treec6c5fcbdd99f34bf80ba26969bc1830ad57f9b86 /config/config.sample.php
parent4ee10c85ddf36faa12d324cc6d6f4b0503a1a8ca (diff)
allow adding protocol to domains in 'connectivity_check_domains' config
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'config/config.sample.php')
-rw-r--r--config/config.sample.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 783d9daea39..ac6fb93f0d5 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -768,6 +768,10 @@ $CONFIG = [
* connection. If none of these hosts are reachable, the administration panel
* will show a warning. Set to an empty list to not do any such checks (warning
* will still be shown).
+ * If no protocol is provided, both http and https will be tested.
+ * For example, 'http://www.nextcloud.com' and 'https://www.nextcloud.com'
+ * will be tested for 'www.nextcloud.com'
+ * If a protocol is provided, only this one will be tested.
*
* Defaults to the following domains:
*