.
This commit is contained in:
@@ -70,9 +70,9 @@ 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 2;
|
# 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)
|
||||||
# Uncomment the following line to set the Origin request to an empty string
|
# Uncomment the following line to set the Origin request to an empty string
|
||||||
# proxy_set_header Origin '';
|
# proxy_set_header Origin '';
|
||||||
|
|||||||
Reference in New Issue
Block a user