Opentrons / buildroot

The Opentrons fork of buildroot for building the OT2 system. Our default branch is opentrons-develop.
http://buildroot.org
Other
10 stars 7 forks source link

board/opentrons/ot2: remove nginx request size limit for /protocols endpoint to accommodate larger protocols. #192

Closed vegano1 closed 1 year ago

vegano1 commented 1 year ago

closes RSS-92

Valid protocols larger than 2M were failing because Nginx was configured to max request size of 2M so increase the max request limit for the /protocols endpoint to 50MB.