backend_403.vcl 75 B

123
  1. if (beresp.status == 403){
  2. set beresp.http.x-403-from-backend = "true";
  3. }