diff --git a/build/Varnish/varnish.vcl b/build/Varnish/varnish.vcl index 99d67b8..30ce542 100644 --- a/build/Varnish/varnish.vcl +++ b/build/Varnish/varnish.vcl @@ -51,9 +51,6 @@ sub vcl_pipe { return (pipe); } sub vcl_backend_response { - if (beresp.status == 500 || beresp.status == 502 || beresp.status == 503 || beresp.status == 504) { - return (abandon); - } if (beresp.http.Cache-Control ~ "public") { return (deliver); }