Skip to content

BI-2941: Increase proxy upload size limit#61

Merged
nickpalladino merged 1 commit into
developfrom
feature/BI-2941
Jul 14, 2026
Merged

BI-2941: Increase proxy upload size limit#61
nickpalladino merged 1 commit into
developfrom
feature/BI-2941

Conversation

@humsika

@humsika humsika commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Summary

Increased the Nginx reverse proxy upload limit from 100M to 1G.

Reason

Genotype VCF files larger than 100 MB were being rejected by biproxy with a 413 Request Entity Too Large response before the request reached bi-api.

The backend supports VCF files up to 800 MB, so the proxy limit was increased to 1 GB to allow for multipart request overhead while keeping the backend as the actual file-size enforcement layer.

Validation

  • Confirmed the QA proxy logs showed:
    client intended to send too large body
  • Confirmed the active proxy configuration was:
    client_max_body_size 100M;
  • Updated proxy/biproxy.docker to:
    client_max_body_size 1G;

@nickpalladino
nickpalladino merged commit 1101f25 into develop Jul 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants