Document nginx 1.19.7 deprecations pulled in by ingress-nginx 1.1.3 (#8532)
* Document nginx 1.19.7 deprecations pulled in by ingress-nginx 1.1.3 Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * Document ingress-nginx 1.1.3/1.3.0 removals Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
cbc288ab64
commit
5a7d053c6f
2 changed files with 15 additions and 0 deletions
|
|
@ -371,6 +371,9 @@ _References:_
|
|||
|
||||
## http2-max-field-size
|
||||
|
||||
!!! warning
|
||||
This feature was deprecated in 1.1.3 and will be removed in 1.3.0. Use [large-client-header-buffers](#large-client-header-buffers) instead.
|
||||
|
||||
Limits the maximum size of an HPACK-compressed request header field.
|
||||
|
||||
_References:_
|
||||
|
|
@ -378,6 +381,9 @@ _References:_
|
|||
|
||||
## http2-max-header-size
|
||||
|
||||
!!! warning
|
||||
This feature was deprecated in 1.1.3 and will be removed in 1.3.0. Use [large-client-header-buffers](#large-client-header-buffers) instead.
|
||||
|
||||
Limits the maximum size of the entire request header list after HPACK decompression.
|
||||
|
||||
_References:_
|
||||
|
|
@ -385,6 +391,9 @@ _References:_
|
|||
|
||||
## http2-max-requests
|
||||
|
||||
!!! warning
|
||||
This feature was deprecated in 1.1.3 and will be removed in 1.3.0. Use [upstream-keepalive-requests](#upstream-keepalive-requests) instead.
|
||||
|
||||
Sets the maximum number of requests (including push requests) that can be served through one HTTP/2 connection, after which the next client request will lead to connection closing and the need of establishing a new connection.
|
||||
|
||||
_References:_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue