From 15500bb388cfb7efebe32fd151ff204e4f44600d Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Wed, 12 Jan 2022 22:00:58 +0200 Subject: [PATCH] docs: fix a typo in guide.md (#4728) --- docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide.md b/docs/guide.md index ea03d158..a9fece53 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -294,7 +294,7 @@ Note: if you set `proxy_set_header Host $host;` in your reverse proxy config, it ## Accessing web services -If you're working on web services and want to access it locally, code-server +If you're working on web services and want to access them locally, code-server can proxy to any port using either a subdomain or a subpath, allowing you to securely access these services using code-server's built-in authentication.