Skip to content

Commit d7baa49

Browse files
authored
docs: add primary to wsproxy ls (#15185)
Add primary to `coder wsproxy ls` results in <https://coder.com/docs/admin/networking/workspace-proxies#step-2-deploy-the-proxy> --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent 20a9e9b commit d7baa49

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/admin/networking/workspace-proxies.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@ Deploying the workspace proxy will also register the proxy with coderd and make
5454
the workspace proxy usable. If the proxy deployment is successful,
5555
`coder wsproxy ls` will show an `ok` status code:
5656

57-
```
57+
```shell
5858
$ coder wsproxy ls
5959
NAME URL STATUS STATUS
60-
brazil-saopaulo https://brazil.example.com ok
61-
europe-frankfurt https://europe.example.com ok
62-
sydney https://sydney.example.com ok
60+
primary https://dev.coder.com ok
61+
brazil-saopaulo https://brazil.example.com ok
62+
europe-frankfurt https://europe.example.com ok
63+
sydney https://sydney.example.com ok
6364
```
6465

6566
Other Status codes:

0 commit comments

Comments
 (0)