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 aa4a966 commit 69898f9Copy full SHA for 69898f9
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.subdomain == "test.python.org" ? "www.python.org" : null
+ override_host = var.subdomain == "www.test.python.org" ? "www.python.org" : null
36
}
37
38
backend {
@@ -52,7 +52,7 @@ resource "fastly_service_vcl" "python_org" {
52
53
first_byte_timeout = 15000
54
55
56
57
58
acl {
0 commit comments