From b000a7a0932515aec3faea4cfdd12e10a890e11f Mon Sep 17 00:00:00 2001 From: Charlie Voiselle <464492+angrycub@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:15:13 -0400 Subject: [PATCH] docs: update markdown list in scale-coder.md (#17262) --- docs/tutorials/best-practices/scale-coder.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/best-practices/scale-coder.md b/docs/tutorials/best-practices/scale-coder.md index 9b248a6339..7fbb55c10a 100644 --- a/docs/tutorials/best-practices/scale-coder.md +++ b/docs/tutorials/best-practices/scale-coder.md @@ -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