补充 HTTPS 支持

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-07-16 13:38:39 +08:00
parent 9070d7f883
commit dd1eccbdcf
1 changed files with 8 additions and 0 deletions

View File

@ -105,3 +105,11 @@ localhost:2015/admin {
proxy / 127.0.0.1:8080
}
```
## Https
Filebrowser 内建了 HTTPS 支持,只需要配置 SSL 证书即可。
```sh
filebrowser config set --cert <crt> --key <key>
```