Skip to content

Commit d1cc3de

Browse files
boddumanoharnoctarius
authored andcommitted
Kong: increase client header sizes
1 parent c51d0f5 commit d1cc3de

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/manual-deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ spec:
4747
- name: proxy
4848
image: kong/kong-gateway:3.9
4949
env:
50+
- name: KONG_NGINX_HTTP_LARGE_CLIENT_HEADER_BUFFERS
51+
value: "8 32k"
52+
- name: KONG_NGINX_HTTP_CLIENT_HEADER_BUFFER_SIZE
53+
value: "32k"
5054
- name: KONG_NGINX_PROXY_PROXY_BUFFER_SIZE
5155
value: "128k"
5256
- name: KONG_NGINX_PROXY_PROXY_BUFFERS

0 commit comments

Comments
 (0)