You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admin/networking/wildcard-access-url.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Wildcard access URLs unlock Coder's full potential for modern development workfl
12
12
13
13
### Applications that require subdomain access
14
14
15
-
The following tools require wildcard access URLs:
15
+
The following tools require wildcard access URL:
16
16
17
17
-**Vite dev server**: Hot module replacement and asset serving issues with path-based routing
18
18
-**React dev server**: Similar issues with hot reloading and absolute path references
@@ -24,9 +24,6 @@ The following tools require wildcard access URLs:
24
24
25
25
`CODER_WILDCARD_ACCESS_URL` is necessary for [port forwarding](port-forwarding.md#dashboard) via the dashboard or running [coder_apps](../templates/index.md) on an absolute path. Set this to a wildcard subdomain that resolves to Coder (e.g. `*.coder.example.com`).
26
26
27
-
> [!TIP]
28
-
> For complete setup instructions, see [Wildcard Access URL Configuration](../setup/index.md#wildcard-access-url) in the main setup guide.
0 commit comments