parent
29a50357e1
commit
53b839fada
|
@ -42,15 +42,15 @@ Used to set the `http.bind_host` and the `http.publish_host`.
|
||||||
|
|
||||||
`http.max_content_length`::
|
`http.max_content_length`::
|
||||||
(<<static-cluster-setting,Static>>)
|
(<<static-cluster-setting,Static>>)
|
||||||
Maximum length of an HTTP request body. Defaults to `100MB`.
|
Maximum size of an HTTP request body. Defaults to `100mb`.
|
||||||
|
|
||||||
`http.max_initial_line_length`::
|
`http.max_initial_line_length`::
|
||||||
(<<static-cluster-setting,Static>>)
|
(<<static-cluster-setting,Static>>)
|
||||||
The max length of an HTTP URL. Defaults to `4KB`.
|
Maximum size of an HTTP URL. Defaults to `4kb`.
|
||||||
|
|
||||||
`http.max_header_size`::
|
`http.max_header_size`::
|
||||||
(<<static-cluster-setting,Static>>)
|
(<<static-cluster-setting,Static>>)
|
||||||
The max size of allowed headers. Defaults to `8KB`.
|
Maximum size of allowed headers. Defaults to `8kb`.
|
||||||
|
|
||||||
[[http-compression]]
|
[[http-compression]]
|
||||||
// tag::http-compression-tag[]
|
// tag::http-compression-tag[]
|
||||||
|
|
Loading…
Reference in New Issue