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

loading fails with error 413 entity too large on PUT #35

Open
bourgeoa opened this issue Jan 22, 2021 · 0 comments
Open

loading fails with error 413 entity too large on PUT #35

bourgeoa opened this issue Jan 22, 2021 · 0 comments

Comments

@bourgeoa
Copy link
Member

https://forum.solidproject.org/t/error-web-error-413-request-entity-too-large-on-put/3804

This appears to be a nginx issue.
There appears to be 2 parameters involved to resolve the problem :

  • client_max_body_size: The maximum allowed size for a client request. If the maximum size is exceeded, then Nginx will spit out a 413 error or Request Entity Too Large.
  • client_body_timeout

@jaxoncreed @justinwb have you some recommendation ?

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

No branches or pull requests

1 participant