Skip to content

Commit

Permalink
[DOCS] minor fix to documentation: http.host can't default to itself (#…
Browse files Browse the repository at this point in the history
…48135)

fix minor typos on http.host and transport.host default values.
  • Loading branch information
SylvainJuge committed Nov 14, 2019
1 parent b0e12c9 commit 7072941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/modules/http.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/modules/transport.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7072941

Please sign in to comment.