apex_redirect.vcl 76 B

123
  1. if (req.http.host == "www.${hostname}" ) {
  2. error 618 "redirect-to-apex";
  3. }