segmented_caching.vcl 86 B

123
  1. if (req.url.ext ~ "^(mp4|mp3|gz|zip)$") {
  2. set req.enable_segmented_caching = true;
  3. }