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:49:44 +0000 |
commit | a0f535e2cb50894636f8b2a686874b0e365b291a (patch) | |
tree | 486656f72bc3b644c59346211cb4896f520eea96 | |
parent | 571e98164b670f22dc330e282ab2208ba10c63d6 (diff) | |
download | nextcloud-server-a0f535e2cb50894636f8b2a686874b0e365b291a.tar.gz nextcloud-server-a0f535e2cb50894636f8b2a686874b0e365b291a.zip |
docs: update overwrite.cli.url wordingbackport/49065/stable28
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 f8a2171655f..0ae13c3dd00 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -631,6 +631,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) */ |