Skip to content

Commit c412db7

Browse files
Improve description about proxy (#803)
If my understanding is correct, the proxy routes traffic to the session backend. (Doesn’t the RouteMap manage routes on a per BearerToken basis?) If my understanding is incorrect, please feel free to close this PR.
1 parent 25be1ec commit c412db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/concepts/architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Docker API calls locally on behalf of the controller.
3434

3535
## Proxy
3636

37-
Proxies are used to route inbound traffic from outside of Plane towards the correct drone. Proxies are also
38-
responsible for terminating TLS connections. When they need to obtain a new certificate, they coordinate
37+
Proxies are used to route inbound traffic from outside of Plane towards the correct session backend on the drone.
38+
Proxies are also responsible for terminating TLS connections. When they need to obtain a new certificate, they coordinate
3939
with the controller to do so.
4040

4141
## DNS Server

0 commit comments

Comments
 (0)