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
path: root/config
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2022-03-03 17:11:50 +0300
committerJulien Veyssier <eneiluj@posteo.net>2022-03-07 16:13:11 +0300
commitd5574cf189987d978c4d4cf2bb97de08cae9e144 (patch)
tree0fb89e1fc418bc1f01247a3f528cc671c1ff7977 /config
parentc2d759ddecad69698bfedbfe8d7a2826a92e29dd (diff)
allow adding protocol to domains in 'connectivity_check_domains' config
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'config')
-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 32a946ceb51..e66276e8b8d 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -767,6 +767,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:
*