Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit 3464826

Browse files
author
Katie Horne
committed
rename unified access URL docs and URLs
1 parent 2e154ab commit 3464826

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

admin/satellites/geodns.md renamed to admin/satellites/global-access-url.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Proximity-based configuration
2+
title: Global access URL configuration
33
description: |
44
Learn how to configure your primary and satellite deployments so that they
5-
share a hostname using geo DNS or anycast.
5+
share an access URL.
66
state: alpha
77
---
88

changelog/1.28.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ description: "Released on 02/16/2022"
2929
from the Coder CLI using `coder tokens get-oidc-access-token`.
3030
- api: added `autostart_at` field to the information returned about users.
3131
- infra: updated code-server to 4.0.2.
32-
- infra: added [support for a single access URL](../admin/satellites/geodns.md)
33-
to be used for both primary and satellite deployments using GeoDNS.
32+
- infra: added
33+
[support for a single access URL](../admin/satellites/global-access-url.md) to
34+
be used for both primary and satellite deployments using GeoDNS.
3435
- infra: updated Coder to pass `X-Forwarded-For` headers to dev URL connections.
3536
- infra: add client TLS support for Coder, which is used for connections to
3637
registries and Git providers.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
"path": "./admin/satellites/migration.md"
265265
},
266266
{
267-
"path": "./admin/satellites/geodns.md"
267+
"path": "./admin/satellites/global-access-url.md"
268268
}
269269
]
270270
},

0 commit comments

Comments
 (0)