增加https配置
This commit is contained in:
parent
9e7c791432
commit
3a9240e08a
@ -151,6 +151,9 @@ sqlite:
|
|||||||
file: 'next-terminal.db'
|
file: 'next-terminal.db'
|
||||||
server:
|
server:
|
||||||
addr: 0.0.0.0:8088
|
addr: 0.0.0.0:8088
|
||||||
|
# 当设置下面两个参数时会自动开启https模式
|
||||||
|
# cert: /root/next-terminal/cert.pem
|
||||||
|
# key: /root/next-terminal/key.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
启动
|
启动
|
||||||
|
Loading…
Reference in New Issue
Block a user