mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
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>
This commit is contained in:
co-authored by
EdwardAngert
parent
20a9e9bdfb
commit
d7baa49d6d
@@ -54,12 +54,13 @@ Deploying the workspace proxy will also register the proxy with coderd and make
|
||||
the workspace proxy usable. If the proxy deployment is successful,
|
||||
`coder wsproxy ls` will show an `ok` status code:
|
||||
|
||||
```
|
||||
```shell
|
||||
$ coder wsproxy ls
|
||||
NAME URL STATUS STATUS
|
||||
brazil-saopaulo https://brazil.example.com ok
|
||||
europe-frankfurt https://europe.example.com ok
|
||||
sydney https://sydney.example.com ok
|
||||
primary https://dev.coder.com ok
|
||||
brazil-saopaulo https://brazil.example.com ok
|
||||
europe-frankfurt https://europe.example.com ok
|
||||
sydney https://sydney.example.com ok
|
||||
```
|
||||
|
||||
Other Status codes:
|
||||
|
||||
Reference in New Issue
Block a user