Skip to content

Commit e8f49cd

Browse files
committed
[DOCS] minor fix to documentation: http.host can't default to itself (#48135)
fix minor typos on http.host and transport.host default values. 7.x backport of #48135
1 parent 2bcdcb1 commit e8f49cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/modules/http.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from the outside. Defaults to the actual port assigned via `http.port`.
3636

3737
|`http.publish_host` |The host address to publish for HTTP clients to connect to. Defaults to `http.host` (if set) or `network.publish_host`.
3838

39-
|`http.host` |Used to set the `http.bind_host` and the `http.publish_host` Defaults to `http.host` or `network.host`.
39+
|`http.host` |Used to set the `http.bind_host` and the `http.publish_host`.
4040

4141
|`http.max_content_length` |The max content of an HTTP request. Defaults to
4242
`100mb`.

docs/reference/modules/transport.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ addressable from the outside. Defaults to the actual port assigned via
3636

3737
|`transport.publish_host` |The host address to publish for nodes in the cluster to connect to. Defaults to `transport.host` (if set) or `network.publish_host`.
3838

39-
|`transport.host` |Used to set the `transport.bind_host` and the `transport.publish_host` Defaults to `transport.host` or `network.host`.
39+
|`transport.host` |Used to set the `transport.bind_host` and the `transport.publish_host`.
4040

4141

4242
|`transport.connect_timeout` |The connect timeout for initiating a new connection (in

0 commit comments

Comments
 (0)