inveniosoftware / cookiecutter-invenio-rdm

Cookiecutter template for a new InvenioRDM instance.
MIT License
4 stars 33 forks source link

nginx: upload limits are not properly configured #149

Closed lnielsen closed 3 years ago

lnielsen commented 3 years ago

The client max body size configured in Nginx, does not take into account the new files API (only configure it for the old API on /api/files/).

We should allow large file uploads/downloads on the new API which is located on /api/records/:id/drafts/files/:key/content and /api/records/:id/files/:key/content.