补充 HTTPS 支持
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
9070d7f883
commit
dd1eccbdcf
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue