From f57a86b5e5b4e30a01c35d24ac578765ba5aaca0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 8 Mar 2022 04:07:41 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 6a6229fd8..5d942eeb6 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -909,6 +909,11 @@ 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: - www.nextcloud.com