From dd1eccbdcfd9c210e054e353b393f164d6ad6659 Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Tue, 16 Jul 2019 13:38:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20HTTPS=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- .../Application/Filebrowser/Filebrowser_的部署和使用.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Software/Application/Filebrowser/Filebrowser_的部署和使用.md b/Software/Application/Filebrowser/Filebrowser_的部署和使用.md index 9a58292..66b7774 100644 --- a/Software/Application/Filebrowser/Filebrowser_的部署和使用.md +++ b/Software/Application/Filebrowser/Filebrowser_的部署和使用.md @@ -105,3 +105,11 @@ localhost:2015/admin { proxy / 127.0.0.1:8080 } ``` + +## Https + +Filebrowser 内建了 HTTPS 支持,只需要配置 SSL 证书即可。 + +```sh +filebrowser config set --cert --key +```