From 90097bfe0e24d4484dcec0fc4b52a908ffed5a25 Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@qq.com> Date: Thu, 30 Jul 2020 15:18:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 6b982da..e7b6e20 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,6 +7,7 @@ - redis 3.2+ - node - npm +- kkFileView 2.2.0(用于文件预览) - nacos 1.3.1-BETA(如果是local版则不需要,[下载地址](https://github.com/alibaba/nacos/releases)) ::: warning 注意 @@ -25,5 +26,6 @@ 通常只需要修改`socketUrl`、`attachmentPrefix`、`filePreviewPrefix`即可 ::: warning 注意 -如果后端部署到服务器上,socket配置中的hostname需要是服务器的局域网ip,否则socket服务端创建不了 +如果后端部署到服务器上,socket配置中的hostname需要是服务器的局域网ip,否则socket服务端创建不了, +此外,如果配置了socket.key-store,那么只能使用https连接socket服务。 :::