Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4ee404

Browse files
committed
Apply review suggestions
1 parent dee94f9 commit a4ee404

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/admin/networking/wildcard-access-url.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Wildcard access URLs unlock Coder's full potential for modern development workfl
1414

1515
The following applications have issues or don't work without wildcard access URLs:
1616

17-
- **KasmVNC**: Cannot function with path-based access
1817
- **Vite dev server**: Hot module replacement and asset serving issues with path-based routing
1918
- **React dev server**: Similar issues with hot reloading and absolute path references
2019
- **Next.js development server**: Asset serving and routing conflicts with path-based access
@@ -25,6 +24,10 @@ The following applications have issues or don't work without wildcard access URL
2524

2625
`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`).
2726

27+
> [!TIP]
28+
> For complete setup instructions, see [Wildcard Access URL Configuration](../setup/index.md#wildcard-access-url) in the main setup guide.
29+
30+
2831
```bash
2932
export CODER_WILDCARD_ACCESS_URL="*.coder.example.com"
3033
coder server

0 commit comments

Comments
 (0)