From 2a5c2f947e7efcca5e538f496c2289f896abb442 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 5 Nov 2024 02:58:15 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index f6a9a3b0909..7746c10c991 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1067,6 +1067,9 @@ Use this configuration parameter to specify the base URL for any URLs which are generated within Nextcloud using any kind of command line tools (cron or occ). The value should contain the full base URL: ``https://www.example.com/nextcloud`` +Please make sure to set the value to the URL that your users mainly use to access this Nextcloud. + +Otherwise there might be problems with the URL generation via cron. Defaults to ``''`` (empty string)