Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorials/best-practices/scale-coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ Although Coder Server persists no internal state, it operates as a proxy for end
users to their workspaces in two capacities:

1. As an HTTP proxy when they access workspace applications in their browser via
the Coder Dashboard.
the Coder Dashboard.

1. As a DERP proxy when establishing tunneled connections with CLI tools like
`coder ssh`, `coder port-forward`, and others, and with desktop IDEs.
`coder ssh`, `coder port-forward`, and others, and with desktop IDEs.

Stopping a Coder Server instance will (momentarily) disconnect any users
currently connecting through that instance. Adding a new instance is not
Expand Down