[Doc] Add HTTPS Configuration Items Back (#61504)
This commit is contained in:
parent
5621149805
commit
a93830ef57
|
|
@ -521,6 +521,24 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
|
|||
- Description: Whether to allow the system to process HTTP requests asynchronously. If this feature is enabled, an HTTP request received by Netty worker threads will then be submitted to a separate thread pool for service logic handling to avoid blocking the HTTP server. If disabled, Netty workers will handle the service logic.
|
||||
- Introduced in: 4.0.0
|
||||
|
||||
##### enable_https
|
||||
|
||||
- Default: false
|
||||
- Type: Boolean
|
||||
- Unit: -
|
||||
- Is mutable: No
|
||||
- Description: Whether to enable HTTPS server alongside HTTP server in FE nodes.
|
||||
- Introduced in: v4.0
|
||||
|
||||
##### https_port
|
||||
|
||||
- Default: 8443
|
||||
- Type: Int
|
||||
- Unit: -
|
||||
- Is mutable: No
|
||||
- Description: The port on which the HTTPS server in the FE node listens.
|
||||
- Introduced in: v4.0
|
||||
|
||||
##### http_async_threads_num
|
||||
|
||||
- Default: 4096
|
||||
|
|
|
|||
|
|
@ -306,9 +306,23 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
|
|||
- 説明: 非同期 HTTP リクエスト処理用のスレッドプールのサイズ。別名は `max_http_sql_service_task_threads_num` である。
|
||||
- 導入バージョン: 4.0.0
|
||||
|
||||
##### enable_https
|
||||
|
||||
- デフォルト: false
|
||||
- タイプ: Boolean
|
||||
- 単位: -
|
||||
- 変更可能: No
|
||||
- 説明: FEノードにおいて、HTTP サーバーと並行して HTTPS サーバーを有効化するかどうか。
|
||||
- 導入バージョン: v4.0
|
||||
|
||||
##### https_port
|
||||
|
||||
- デフォルト: 8443
|
||||
- タイプ: Int
|
||||
- 単位: -
|
||||
- 変更可能: No
|
||||
- 説明: FE ノード内の HTTPS サーバーがリスニングするポート番号。
|
||||
- 導入バージョン: v4.0
|
||||
|
||||
##### cluster_name
|
||||
|
||||
|
|
|
|||
|
|
@ -531,6 +531,24 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
|
|||
- 描述:用于异步处理 HTTP 请求的线程池大小。别名为 `max_http_sql_service_task_threads_num`。
|
||||
- 引入版本:4.0.0
|
||||
|
||||
##### enable_https
|
||||
|
||||
- 默认值:false
|
||||
- 类型:Boolean
|
||||
- 单位:-
|
||||
- 是否动态:No
|
||||
- 描述:是否在 FE 节点上同时启用 HTTPS 服务器和 HTTP 服务器。
|
||||
- 引入版本:v4.0
|
||||
|
||||
##### https_port
|
||||
|
||||
- 默认值:8443
|
||||
- 类型:Int
|
||||
- 单位:-
|
||||
- 是否动态:No
|
||||
- 描述:FE 节点中 HTTPS 服务器监听的端口。
|
||||
- 引入版本:v4.0
|
||||
|
||||
##### cluster_name
|
||||
|
||||
- 默认值:StarRocks Cluster
|
||||
|
|
|
|||
Loading…
Reference in New Issue