Skip to content

Conversation

@gdiggs
Copy link
Contributor

@gdiggs gdiggs commented Aug 2, 2024

Currently, any images added to events larger than 1MB will result in an error: client intended to send too large body. This is because the default client_max_body_size is 1 MB. This commit increases that limit to 20 MB so that larger images can be uploaded.

Checklist

  • I have read the contributing guidelines.
  • My code is of good quality and follows the coding standards of the project.
  • I have tested my changes, and they work as expected.

Thank you for your contribution! 🎉

Currently, any images added to events larger than 1MB will result in an
error: `client intended to send too large body`. This is because the
default [client_max_body_size] is 1 MB. This commit increases that limit
to 20 MB so that larger images can be uploaded.

[client_max_body_size]: https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size
@github-actions
Copy link
Contributor

github-actions bot commented Aug 2, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@gdiggs
Copy link
Contributor Author

gdiggs commented Aug 2, 2024

I have read the CLA Document and I hereby sign the CLA

@daveearley
Copy link
Contributor

Thanks for this @gdiggs!

@daveearley daveearley merged commit b4a832d into HiEventsDev:develop Aug 2, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants