Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
mastodon
/
terraform-fastly-files-service
mirror da
https://github.com/mastodon/terraform-fastly-files-service
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Ramo (Branch):
main
Rami (Branch)
Tag
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
Cronologia
Originale
1
2
3
4
if (req.method == "GET" && !req.backend.is_shield) {
set bereq.url = "/${hostname}" + req.url;
}