diff options
author | Simon L. <szaimen@e.mail.de> | 2024-11-04 09:37:00 +0100 |
---|---|---|
committer | Simon L. <szaimen@e.mail.de> | 2024-11-04 09:37:00 +0100 |
commit | 69bc13ab5a7ac32172658f00af3cda2e28d8d709 (patch) | |
tree | 35945dea71a47cf54426d5be8fb548be9e1d0e21 /config | |
parent | 6c283189ccd9781f608bcb90c4630279b85ef167 (diff) | |
download | nextcloud-server-69bc13ab5a7ac32172658f00af3cda2e28d8d709.tar.gz nextcloud-server-69bc13ab5a7ac32172658f00af3cda2e28d8d709.zip |
docs: update overwrite.cli.url wordingenh/noid/update-o.c.u-wording
Signed-off-by: Simon L. <szaimen@e.mail.de>
Diffstat (limited to 'config')
-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 6f0a9b79e0a..2deb69a5c0b 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -674,6 +674,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) */ |