Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
mastodon
/
terraform-fastly-files-service
mirror of
https://github.com/mastodon/terraform-fastly-files-service
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Branch:
main
Branches
Tags
main
v1.3.0
v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.0
terraform-fa...
/
vcl
/
segmented_caching.vcl
segmented_caching.vcl
86 B
Permalink
History
Raw
1
2
3
if (req.url.ext ~ "^(mp4|mp3|gz|zip)$") {
set req.enable_segmented_caching = true;
}