diff options
author | Carlos Ferreira <carlos@reendex.com> | 2020-01-09 17:43:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-09 17:43:35 +0100 |
commit | bf8603c8a1373c09110c5de19d3b9ef5e750bd19 (patch) | |
tree | 4edcdc84f5b993281f9719426b5d8e075a470518 /config | |
parent | 8d1980339d5f0593cc021ccb8fa16822713ae1d4 (diff) | |
download | nextcloud-server-bf8603c8a1373c09110c5de19d3b9ef5e750bd19.tar.gz nextcloud-server-bf8603c8a1373c09110c5de19d3b9ef5e750bd19.zip |
Update config.sample.php
Remove reference link as domain doesn't exist anymore.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index d297f86d738..ba47fe9e843 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1187,7 +1187,7 @@ $CONFIG = array( ), /** - * Connection options for memcached, see http://apprize.info/php/scaling/15.html + * Connection options for memcached */ 'memcached_options' => array( // Set timeouts to 50ms |