From a6871567fa9638f19a67dd3ef639b0cae674ce47 Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Thu, 18 Jul 2024 15:09:00 +0200 Subject: [PATCH] . --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 1afa90ca..312f9f62 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -70,7 +70,7 @@ http { proxy_connect_timeout 300; # To support websockets in MinIO versions released after January 2023 - proxy_http_version 1.1; + proxy_http_version 2; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; # Some environments may encounter CORS errors (Kubernetes + Nginx Ingress)