From 9cd34baf90bcb78972db827c4dcba746c1353c0b Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 14 Jun 2022 04:27:12 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 771f2e6a7..01336eef9 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -1583,7 +1583,8 @@ https://github.com/phpredis/phpredis/commit/c5994f2a42b8a348af92d3acb4edff1328ad :: '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],