NVIDIA / monai-cloud-api

MONAI Cloud API developments for intelligent imaging and learning tools, fostering innovation in medical imaging and AI-driven services.
Apache License 2.0
24 stars 12 forks source link

Make large file transfer possible #16

Closed mingxin-zheng closed 7 months ago

mingxin-zheng commented 10 months ago

cc @binliunls

Local OHIF nginx uses this template https://github.com/NVIDIA/monai-cloud-api/blob/main/plugins/ohif/config/nginx.conf.template Which caps the data transfer/download to 100M by default Our nginx setup for the MONAI Service Interactive Playground should increase the limit to 500M by adding

client_max_body_size 500M;