We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a9e9b commit d7baa49Copy full SHA for d7baa49
docs/admin/networking/workspace-proxies.md
@@ -54,12 +54,13 @@ Deploying the workspace proxy will also register the proxy with coderd and make
54
the workspace proxy usable. If the proxy deployment is successful,
55
`coder wsproxy ls` will show an `ok` status code:
56
57
-```
+```shell
58
$ coder wsproxy ls
59
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
+primary https://dev.coder.com ok
+brazil-saopaulo https://brazil.example.com ok
+europe-frankfurt https://europe.example.com ok
63
+sydney https://sydney.example.com ok
64
```
65
66
Other Status codes:
0 commit comments