[typo](docs) add enable_ssl config doc (#18961)

This commit is contained in:
yongkang.zhong
2023-04-23 22:27:28 +08:00
committed by GitHub
parent 1e7ef35741
commit 29fdf1fb7e
2 changed files with 12 additions and 0 deletions

View File

@ -419,6 +419,12 @@ Default:false
Https enable flag. If the value is false, http is supported. Otherwise, both http and https are supported, and http requests are automatically redirected to https.
If enable_https is true, you need to configure ssl certificate information in fe.conf.
#### `enable_ssl`
Default:true
If set to ture, doris will establish an encrypted channel based on the SSL protocol with mysql.
#### `qe_max_connection`
Default:1024

View File

@ -419,6 +419,12 @@ FE https 端口,当前所有 FE https 端口都必须相同
FE https 使能标志位,false 表示支持 http,true 表示同时支持 http 与 https,并且会自动将 http 请求重定向到 https
如果 enable_https 为 true,需要在 fe.conf 中配置 ssl 证书信息
#### `enable_ssl`
默认值: true
如果设置为 ture,doris 将与 mysql服务 建立基于 SSL 协议的加密通道。
#### `qe_max_connection`
默认值:1024