diff --git a/.github/fly-wsproxies/paris-coder.toml b/.github/fly-wsproxies/paris-coder.toml index b5cf7c000e1c6..95a47c2cd60e8 100644 --- a/.github/fly-wsproxies/paris-coder.toml +++ b/.github/fly-wsproxies/paris-coder.toml @@ -12,7 +12,7 @@ primary_region = "cdg" CODER_ACCESS_URL = "https://paris.fly.dev.coder.com" CODER_HTTP_ADDRESS = "0.0.0.0:3000" CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com" - CODER_WILDCARD_ACCESS_URL = "https://*--apps.paris.fly.dev.coder.com" + CODER_WILDCARD_ACCESS_URL = "*--apps.paris.fly.dev.coder.com" [http_service] internal_port = 3000 diff --git a/.github/fly-wsproxies/sao-paulo-coder.toml b/.github/fly-wsproxies/sao-paulo-coder.toml index f7028e88f3027..39049725e7ba5 100644 --- a/.github/fly-wsproxies/sao-paulo-coder.toml +++ b/.github/fly-wsproxies/sao-paulo-coder.toml @@ -12,7 +12,7 @@ primary_region = "gru" CODER_ACCESS_URL = "https://sao-paulo.fly.dev.coder.com" CODER_HTTP_ADDRESS = "0.0.0.0:3000" CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com" - CODER_WILDCARD_ACCESS_URL = "https://*--apps.sao-paulo.fly.dev.coder.com" + CODER_WILDCARD_ACCESS_URL = "*--apps.sao-paulo.fly.dev.coder.com" [http_service] internal_port = 3000 diff --git a/.github/fly-wsproxies/sydney-coder.toml b/.github/fly-wsproxies/sydney-coder.toml index 4d5e342eca3f5..5e73bef59f546 100644 --- a/.github/fly-wsproxies/sydney-coder.toml +++ b/.github/fly-wsproxies/sydney-coder.toml @@ -12,7 +12,7 @@ primary_region = "syd" CODER_ACCESS_URL = "https://sydney.fly.dev.coder.com" CODER_HTTP_ADDRESS = "0.0.0.0:3000" CODER_PRIMARY_ACCESS_URL = "https://dev.coder.com" - CODER_WILDCARD_ACCESS_URL = "https://*--apps.sydney.fly.dev.coder.com" + CODER_WILDCARD_ACCESS_URL = "*--apps.sydney.fly.dev.coder.com" [http_service] internal_port = 3000