diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-13 14:30:50 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-13 14:30:50 +0200 |
commit | bb287c00367bed04f4308b7325b0b6718e4d9f69 (patch) | |
tree | 93a7f074a946371a88c73973adbc590537bc17fb /config | |
parent | afef11f84aef91178d5bb566d6e726f969fd69d9 (diff) | |
download | nextcloud-server-bb287c00367bed04f4308b7325b0b6718e4d9f69.tar.gz nextcloud-server-bb287c00367bed04f4308b7325b0b6718e4d9f69.zip |
Fix warnings from building docs
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 9c938eedd60..ed482e7c9a0 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -59,6 +59,7 @@ $CONFIG = array( * domains prevents host header poisoning. Do not remove this, as it performs * necessary security checks. * You can specify: + * * - the exact hostname of your host or virtual host, e.g. demo.example.org. * - the exact hostname with permitted port, e.g. demo.example.org:443. * This disallows all other ports on this host @@ -823,7 +824,7 @@ $CONFIG = array( * defines the interval in minutes for the background job that checks user * existence and marks them as ready to be cleaned up. The number is always * minutes. Setting it to 0 disables the feature. - * See command line (occ) methods ldap:show-remnants and user:delete + * See command line (occ) methods ``ldap:show-remnants`` and ``user:delete`` */ 'ldapUserCleanupInterval' => 51, |