Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deploy): disable body size limit in nginx #42

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

cmdoret
Copy link
Member

@cmdoret cmdoret commented May 7, 2024

The client_max_body_size in nginx is set to 1MB by default. This prevents uploading genomic files, which are normally several orders of magnitude larger.

This PR disables ths limit.

Successfully uploaded a 50GB CRAM file on a test deployment with this fix.

@cmdoret cmdoret added the bug Something isn't working label May 7, 2024
@cmdoret cmdoret self-assigned this May 7, 2024
@cmdoret cmdoret merged commit 35c6622 into main May 8, 2024
3 checks passed
@cmdoret cmdoret linked an issue May 8, 2024 that may be closed by this pull request
2 tasks
@cmdoret cmdoret deleted the fix/nginx-body-size branch July 3, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

increase client_max_body_size in nginx
1 participant