.
This commit is contained in:
parent
20faaf2da2
commit
a6871567fa
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ http {
|
||||||
proxy_connect_timeout 300;
|
proxy_connect_timeout 300;
|
||||||
|
|
||||||
# To support websockets in MinIO versions released after January 2023
|
# 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 Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
# Some environments may encounter CORS errors (Kubernetes + Nginx Ingress)
|
# Some environments may encounter CORS errors (Kubernetes + Nginx Ingress)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue