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

Skip to content

Commit b13e804

Browse files
committed
Apply review suggestions
1 parent 8ea6f79 commit b13e804

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Wildcard access URLs unlock Coder's full potential for modern development workfl
1212

1313
### Applications that require subdomain access
1414

15-
The following tools require wildcard access URLs:
15+
The following tools require wildcard access URL:
1616

1717
- **Vite dev server**: Hot module replacement and asset serving issues with path-based routing
1818
- **React dev server**: Similar issues with hot reloading and absolute path references
@@ -24,9 +24,6 @@ The following tools require wildcard access URLs:
2424

2525
`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`).
2626

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

0 commit comments

Comments
 (0)