diff options
author | zroebg <carlos@reendex.com> | 2022-02-15 21:00:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-15 21:00:50 +0100 |
commit | 2df0f53d0e88f0b5a15b730fbd6cdb794e2a90b4 (patch) | |
tree | 82d60cfd991826140236a01dac9036646cc8f673 /config/config.sample.php | |
parent | 6d7feebe73c3007843d53c61d2674df0d2130d93 (diff) | |
download | nextcloud-server-2df0f53d0e88f0b5a15b730fbd6cdb794e2a90b4.tar.gz nextcloud-server-2df0f53d0e88f0b5a15b730fbd6cdb794e2a90b4.zip |
Add memcached unis socket instructions
Diffstat (limited to 'config/config.sample.php')
-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 f861df2a7ce..e765e1a4c5a 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1355,7 +1355,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], |