diff options
author | Julien Veyssier <eneiluj@posteo.net> | 2022-03-03 15:11:50 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2022-03-07 15:32:33 +0000 |
commit | cb28da438629f090ba3a03ce48a57da367942b0a (patch) | |
tree | ef45536b74fdefab37cf827b0349caf14ce6d92b /config | |
parent | f8c7124ea4450719c590f0a4366eb024c7c2f9ee (diff) | |
download | nextcloud-server-cb28da438629f090ba3a03ce48a57da367942b0a.tar.gz nextcloud-server-cb28da438629f090ba3a03ce48a57da367942b0a.zip |
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.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index b099b08f78c..ed718431a41 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -770,6 +770,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: * |