Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde50907

Browse files
authored
fix(ci): update override test domain (python#2524)
1 parentaa4a966 commitde50907

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)

[8]ページ先頭

©2009-2025 Movatter.jp