Skip to content

Commit 56699f3

Browse files
Apply suggestions from code review
Co-authored-by: Dean Sheather <dean@deansheather.com>
1 parent 6203786 commit 56699f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Wildcard Access URLs
22

3-
Wildcard access URLs unlock Coder's full potential for modern development workflows. While optional for basic SSH usage, this feature becomes essential when teams need web applications, development previews, or browser-based tools. **Wildcard access URL is essential for many development workflows in Coder** - Web IDEs (code-server, VS Code Web, JupyterLab) and some development frameworks work significantly better with subdomain-based access rather than path-based URLs.
3+
Wildcard access URLs unlock Coder's full potential for modern development workflows. While optional for basic SSH usage, this feature becomes essential when teams need web applications, development previews, or browser-based tools. **Wildcard access URLs are essential for many development workflows in Coder** - Web IDEs (code-server, VS Code Web, JupyterLab) and some development frameworks work significantly better with subdomain-based access rather than path-based URLs.
44

55
## Why configure wildcard access URLs?
66

77
### Key benefits
88

9-
- **Enables port access**: Each application gets a unique subdomain with port support (e.g., `8080--main--myworkspace--john.coder.example.com`)
9+
- **Enables port access**: Each application gets a unique subdomain with port support (e.g. `8080--main--myworkspace--john.coder.example.com`)
1010
- **Enhanced security**: Applications run in isolated subdomains with separate browser security contexts and prevents access to the Coder API from malicious JavaScript
1111
- **Better compatibility**: Most applications are designed to work at the root of a hostname rather than at a subpath, making subdomain access more reliable
1212

@@ -35,7 +35,7 @@ coder server
3535
Wildcard access URLs require a TLS certificate that covers the wildcard domain. You have several options:
3636

3737
> [!TIP]
38-
> You can use a single certificate for both the access URL and wildcard access URL. The certificate CN must match the wildcard domain, such as `*.coder.example.com`.
38+
> You can use a single certificate for both the access URL and wildcard access URL. The certificate CN or SANs must match the wildcard domain, such as `*.coder.example.com`.
3939
4040
#### Direct TLS Configuration
4141

0 commit comments

Comments
 (0)