From 089914dedee2723dc86400ee67b6d6dbf75cf740 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Mon, 27 Apr 2015 15:58:21 +0200 Subject: [PATCH] Docs: Document `http.max_header_size` Closes #10752 --- docs/reference/modules/http.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/modules/http.asciidoc b/docs/reference/modules/http.asciidoc index 72f4993d139..9fb441a646c 100644 --- a/docs/reference/modules/http.asciidoc +++ b/docs/reference/modules/http.asciidoc @@ -42,6 +42,9 @@ to `100mb` |`http.max_initial_line_length` |The max length of an HTTP URL. Defaults to `4kb` +|`http.max_header_size` | The max size of allowed headers. Defaults to `8kB` + + |`http.compression` |Support for compression when possible (with Accept-Encoding). Defaults to `false`.