<div dir="ltr">Hello,<br><br>I have set up a server as follows :<br>nginx reverse proxy ⇾ varnish ⇾ nginx ⇾ php-fpm ⇾ symfony with apiplatform<br><br>All routes work fine, except one that returns a zip file (below 300 MB) and returns a 503 error most of the time.<br>Even if the zip is 1 MB, it returns errors, which is weird because I have other routes that return JSON responses of more than 3 MB and works fine.<br>There are no specific headers or cookies, it's only a PHP controller that returns a zip file, nothing fancy.<div><br>I've tried increasing workspace_backend to 2 MB, but it only makes the error occur less often.<br><br>The following logs are about a zip file of around 1 MB<br><b>Error log :</b><br><a href="https://pastebin.com/ye0KGV4M">https://pastebin.com/ye0KGV4M</a><br><b>Success log</b> (on the same route/response) <b>:</b><br><a href="https://pastebin.com/KUvwQLKQ">https://pastebin.com/KUvwQLKQ</a><br><br>Thank you,<br>Kevyn.</div></div>