[DOCS] minor fix to documentation: http.host can't default to itself (#48135)

fix minor typos on http.host and transport.host default values.
This commit is contained in:
SylvainJuge 2019-11-14 15:56:13 +01:00 committed by GitHub
parent b0e12c936b
commit 7072941577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ from the outside. Defaults to the actual port assigned via `http.port`.
|`http.publish_host` |The host address to publish for HTTP clients to connect to. Defaults to `http.host` (if set) or `network.publish_host`.
|`http.host` |Used to set the `http.bind_host` and the `http.publish_host` Defaults to `http.host` or `network.host`.
|`http.host` |Used to set the `http.bind_host` and the `http.publish_host`.
|`http.max_content_length` |The max content of an HTTP request. Defaults to
`100mb`.

View file

@ -35,7 +35,7 @@ addressable from the outside. Defaults to the actual port assigned via
|`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`.
|`transport.host` |Used to set the `transport.bind_host` and the `transport.publish_host` Defaults to `transport.host` or `network.host`.
|`transport.host` |Used to set the `transport.bind_host` and the `transport.publish_host`.
|`transport.connect_timeout` |The connect timeout for initiating a new connection (in