From c82623f6b20ae5cb5f4eb48017dfe1c067698b6d Mon Sep 17 00:00:00 2001 From: nspmx Date: Mon, 8 Apr 2024 17:45:53 -0400 Subject: [PATCH] #update nginx config --- helm/values-api.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/helm/values-api.yaml b/helm/values-api.yaml index 610dd93..958f830 100644 --- a/helm/values-api.yaml +++ b/helm/values-api.yaml @@ -71,6 +71,7 @@ ingress: nginx.org/proxy-connect-timeout: "240s" nginx.org/proxy-read-timeout: "240s" nginx.org/proxy-send-timeout: "240s" + nginx.org/proxy-buffering: "false" # nginx.org/proxy-buffers: "8 16k" # nginx.org/proxy-buffer-size: "16k" # nginx.org/proxy-busy-buffers-size: "64k" @@ -86,12 +87,6 @@ ingress: proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; - - client_max_body_size 0; - proxy_http_version 1.1; - proxy_buffering off; - proxy_request_buffering off; - chunked_transfer_encoding on; hosts: - host: chat-api-dev.datausa.io paths: