diff options
author | Simon L. <szaimen@e.mail.de> | 2024-11-04 09:37:00 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-11-04 10:48:27 +0000 |
commit | fc7a38512e91474cc90d481d01ab8f4bd5e535ff (patch) | |
tree | 44fb11619670c9b1df829af4a55a08b21ab627fb | |
parent | d3ce21efc1d322168af48f5bea816c681edf60f0 (diff) | |
download | nextcloud-server-fc7a38512e91474cc90d481d01ab8f4bd5e535ff.tar.gz nextcloud-server-fc7a38512e91474cc90d481d01ab8f4bd5e535ff.zip |
docs: update overwrite.cli.url wordingbackport/49065/stable29
Signed-off-by: Simon L. <szaimen@e.mail.de>
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 89a7080ec82..7422efa7cff 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -639,6 +639,8 @@ $CONFIG = [ * 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) */ |