mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
docs(phone-dial-in): added note about nginx proxy-buffer-size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user