Skip to content

Commit

Permalink
build: update client header buffer size for apisix (labring#1341)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow authored Jun 30, 2023
1 parent f3d6845 commit 6618367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/charts/apisix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ configurationSnippet:
main: |
httpStart: |
client_header_buffer_size 1024k;
large_client_header_buffers 8 128k;
client_header_buffer_size 4096k;
large_client_header_buffers 8 512k;
httpEnd: |
httpSrv: |
Expand Down

0 comments on commit 6618367

Please sign in to comment.