location /data/ { proxy_pass http://$LOCAL_MINIO_HOST/$LOCAL_BUCKET/; proxy_redirect off; proxy_buffering off; client_max_body_size 0; }