Skip to content

Commit 69898f9

Browse files
committed
fix(ci): update override test domain
1 parent aa4a966 commit 69898f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/cdn/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ resource "fastly_service_vcl" "python_org" {
3232
connect_timeout = 1000
3333
first_byte_timeout = 30000
3434
between_bytes_timeout = 10000
35-
override_host = var.subdomain == "test.python.org" ? "www.python.org" : null
35+
override_host = var.subdomain == "www.test.python.org" ? "www.python.org" : null
3636
}
3737

3838
backend {
@@ -52,7 +52,7 @@ resource "fastly_service_vcl" "python_org" {
5252
connect_timeout = 1000
5353
first_byte_timeout = 15000
5454
between_bytes_timeout = 10000
55-
override_host = var.subdomain == "test.python.org" ? "www.python.org" : null
55+
override_host = var.subdomain == "www.test.python.org" ? "www.python.org" : null
5656
}
5757

5858
acl {

0 commit comments

Comments
 (0)