runpod / containers

🐳 | Dockerfiles for the RunPod container images used for our official templates.
https://hub.docker.com/u/runpod
MIT License
145 stars 88 forks source link

Update nginx.conf #23

Closed slmagus closed 1 year ago

slmagus commented 1 year ago

allows /upload of at least 1GB. This could probably be increased.

File uploads were failing with a HTTP 413 even when we bypass the cloudflare reverse proxy this setting enables files upload to all routes on the webUI. If a file larger then the max body size is uploaded, the stream is cut off when it reach the max body size

Tested on slmagus/stable-diff:dev which required some hacks to bypass the lack of a proxy image. This merge assumes the updates will be included when --from=proxy is rebuilt.