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

frontend body size env var for nginx #350

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

davidsenk
Copy link

The frontend nginx configuration does not provide a sufficient body size for file uploads.

This error is displayed in the container logs when trying to upload anything larger than 1M:

2023/03/30 19:15:49 [error] 23#23: *50 client intended to send too large body: 7089983 bytes ...

This change adds an additional environment variable to allow for the body size to be adjusted.

@davidsenk
Copy link
Author

Also added an environment variable for worker count.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant