apex_error.vcl 173 B

12345
  1. if (obj.status == 618 && obj.response == "redirect-to-apex") {
  2. set obj.status = 308;
  3. set obj.http.Location = "https://${hostname}" + req.url;
  4. return (deliver);
  5. }