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
/
exoscale_forward.vcl
exoscale_forward.vcl
99 B
Permalink
History
Raw
1
2
3
4
if (req.method == "GET" && !req.backend.is_shield) {
set bereq.url = "/${hostname}" + req.url;
}