Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/config.sample.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index b51afd32ccc..9856aeba4d7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -1385,7 +1385,8 @@ $CONFIG = [
* Server details for one or more memcached servers to use for memory caching.
*/
'memcached_servers' => [
- // hostname, port and optional weight. Also see:
+ // hostname, port and optional weight
+ // or path and port 0 for unix socket. Also see:
// https://www.php.net/manual/en/memcached.addservers.php
// https://www.php.net/manual/en/memcached.addserver.php
['localhost', 11211],