From eb5f7daa43bc3d89e6e3f88a7b0ac8c424ffced1 Mon Sep 17 00:00:00 2001 From: Ade Hery Shopyan <51158020+adeherysh@users.noreply.github.com> Date: Sat, 27 Apr 2024 20:25:43 +0700 Subject: [PATCH] fix: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 738fc57..7ab0c56 100644 --- a/README.md +++ b/README.md @@ -221,8 +221,8 @@ content-length: 24 ## Ceveat -Some cases in production deployment mode, there may be problems related to `Request uri too long`. If you are using kubernetes ingress, try to apply this config: -``` +Some cases in production deployment mode, there may be problems related to `Request uri too long`. If you are using kubernetes ingress, try to apply this configuration: +```yml annotations: nginx.ingress.kubernetes.io/client-header-buffer-size: 100k nginx.ingress.kubernetes.io/large-client-header-buffers: 4 100k