1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00

Update setup-nginx-proxy-with-minio.rst

This commit is contained in:
Ravind Kumar
2023-09-25 11:54:17 -04:00
committed by GitHub
parent 71497d3072
commit 10a34e1656

View File

@@ -104,6 +104,9 @@ There are two models for proxying requests to the MinIO Server API and the MinIO
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
# Some environments may encounter CORS errors (Kubernetes + Nginx Ingress)
# Uncomment the following line to set the Origin request to an empty string
# proxy_set_header Origin '';
chunked_transfer_encoding off;