From e8fbd3d4e171f4fb3d7663a8a7ce532bbd3bc2b0 Mon Sep 17 00:00:00 2001 From: segnord Date: Thu, 17 Apr 2025 11:44:58 +0300 Subject: [PATCH] docs(phone-dial-in): added note about nginx proxy-buffer-size --- docs/phone-dial-in/notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/phone-dial-in/notes.md b/docs/phone-dial-in/notes.md index beac33dc..0ee7b82f 100644 --- a/docs/phone-dial-in/notes.md +++ b/docs/phone-dial-in/notes.md @@ -26,6 +26,17 @@ The template to generate the `dial-phone-numbers.json` https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/-/blob/main/charts/opendesk-jitsi/files/web/dialin-phone-numbers.json?ref_type=heads +### Frontend and the k8s NGINX ingress + +The frontend uses large cookies, the default "4k" for the nginx proxy is not enough. + +Modify the value in the ingress annotations +``` +annotations: + nginx.ingress.kubernetes.io/proxy-buffer-size: "8k" +``` + +Reference https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#proxy-buffer-size ## 1. ovc-frontent -> opendesk