Skip to content

Commit d70f9ea

Browse files
authored
chore(docs): apply async suggestions from #10915 (#10976)
1 parent dff53d0 commit d70f9ea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/admin/healthcheck.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ still be able to reach their workspaces, connection performance may be degraded.
148148
> **Note:** This may also be shown if you have
149149
> [forced websocket connections for DERP](../cli/server.md#--derp-force-websockets).
150150
151-
**Solution:** ensure that any configured reverse proxy does not strip the
151+
**Solution:** ensure that any proxies you use allow connection upgrade with the
152152
`Upgrade: derp` header.
153153

154154
### EDERP02
@@ -160,12 +160,12 @@ DERP servers. Clients will fall back to use the remaining DERP servers, but
160160
performance may be impacted for clients closest to the unhealthy DERP server.
161161

162162
**Solution:** Ensure that the DERP server is available and reachable over the
163-
network on port 443, for example:
163+
network, for example:
164164

165165
```shell
166-
curl -v "https://coder.company.com:443/derp"
166+
curl -v "https://coder.company.com/derp"
167167
# Expected output:
168-
# * Trying XXX.XXX.XXX.XXX:443
168+
# * Trying XXX.XXX.XXX.XXX
169169
# * Connected to https://coder.company.com (XXX.XXX.XXX.XXX) port 443 (#0)
170170
# DERP requires connection upgrade
171171
```
@@ -199,11 +199,11 @@ Access URL.
199199
running Coder, using standard troubleshooting tools like `curl`:
200200

201201
```shell
202-
curl -v "https://coder.company.com:443/"
202+
curl -v "https://coder.company.com"
203203
```
204204

205-
2. Ensure that any reverse proxy that is sitting in front of Coder's configured
206-
access URL is not stripping the HTTP header `Upgrade: websocket`.
205+
2. Ensure that any reverse proxy that is serving Coder's configured access URL
206+
allows connection upgrade with the header `Upgrade: websocket`.
207207

208208
### EWS02
209209

@@ -265,7 +265,7 @@ _One or more Workspace Proxies Unhealthy_
265265
**Problem:** One or more workspace proxies are not reachable.
266266

267267
**Solution:** Ensure that Coder can establish a connection to the configured
268-
workspace proxies on port 443.
268+
workspace proxies.
269269

270270
## EUNKNOWN
271271

0 commit comments

Comments
 (0)