diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2024-11-05 11:09:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-05 11:09:44 +0100 |
commit | 424668d881b266956e97fdce84ec24e112be7e61 (patch) | |
tree | 7b83b9b89d504dbc0739388afe24d52097bfc1b1 | |
parent | c258d4716abf1e7af064e191fe07d8385c3933f3 (diff) | |
parent | fc7a38512e91474cc90d481d01ab8f4bd5e535ff (diff) | |
download | nextcloud-server-424668d881b266956e97fdce84ec24e112be7e61.tar.gz nextcloud-server-424668d881b266956e97fdce84ec24e112be7e61.zip |
Merge pull request #49068 from nextcloud/backport/49065/stable29
-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) */ |