From 2046cdbbbebb21eb36211234d4a536b53bf31c6e Mon Sep 17 00:00:00 2001 From: Jiaqiang Xu Date: Sat, 12 Oct 2024 10:28:05 +0800 Subject: [PATCH] Update deploy_in_a_cluster.md fix memory cache for seahub_settings.py --- manual/deploy_pro/deploy_in_a_cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/deploy_pro/deploy_in_a_cluster.md b/manual/deploy_pro/deploy_in_a_cluster.md index 09a0f42b..04c91ec0 100644 --- a/manual/deploy_pro/deploy_in_a_cluster.md +++ b/manual/deploy_pro/deploy_in_a_cluster.md @@ -147,7 +147,7 @@ health_check_port = 12345 #### seahub_settings.py -You must setup and use memcached when deploying Seafile cluster. Refer to ["add memcached"](memcached_options.md) to use memcached in Seahub. +You must setup and use memory cache when deploying Seafile cluster. Refer to ["memory cache"](/config/seahub_settings_py/#cache) to configure memory cache in Seahub. Also add following options to seahub_setting.py. These settings tell Seahub to store avatar in database and cache avatar in memcached, and store css CACHE to local memory.