pulibrary / pdc_describe

Description application for Research Data content
7 stars 1 forks source link

Upload files error #290

Closed hectorcorrea closed 2 years ago

hectorcorrea commented 2 years ago

It looks like the load balancer is blocking the upload of files larger than certain size. For example, uploading a file that is 3MB in size in staging results in error:

413 Request Entity Too Large
nginx/1.14.0 (Ubuntu)

We encountered this same problem for OJS. If we consult the nginxplus config for OJS it should tell us how to fix this.

hectorcorrea commented 2 years ago

This looks promising https://github.com/pulibrary/princeton_ansible/pull/3181/files

(see also https://linuxhint.com/what-is-client-max-body-size-nginx/)