"Large" Binary Files triggering 503 Response

Esbjörn Eriksson esbjorn at bazooka.se
Wed Apr 11 13:26:42 CEST 2012


I got this exact same error. Solved it by doing a check on req.url for the troublesome url and piping the response.

if (req.url ~ "/troublesome/") {
  return (pipe);
}

--
Esbjörn Eriksson | http://bazooka.se | 08 31 70 00




More information about the varnish-misc mailing list