Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fb52a commit a18368aCopy full SHA for a18368a
1 file changed
infra/cdn/main.tf
@@ -32,7 +32,7 @@ resource "fastly_service_vcl" "python_org" {
32
connect_timeout = 1000
33
first_byte_timeout = 30000
34
between_bytes_timeout = 10000
35
- override_host = var.backend_address
+ override_host = var.subdomain == "www.test.python.org" ? "www.python.org" : null
36
}
37
38
backend {
0 commit comments