exoscale_forward.vcl 99 B

1234
  1. if (req.method == "GET" && !req.backend.is_shield) {
  2. set bereq.url = "/${hostname}" + req.url;
  3. }