Skip to content

Commit cdb2934

Browse files
committed
Remove dupe paragraph and fill paragraph
1 parent c10d0cb commit cdb2934

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/guide.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,6 @@ If you're working on web services and want to access them locally, code-server
301301
can proxy to any port using either a subdomain or a subpath, allowing you to
302302
securely access these services using code-server's built-in authentication.
303303

304-
By default, ports running on the same machine as code-server can be accessed at
305-
{current_url}/proxy/{port}. For instance, if you have code-server running on
306-
localhost:8080 and a Python server running on localhost:8000, you could access
307-
it via http://localhost:8080/proxy/8000
308-
309304
### Using a subdomain
310305

311306
You will need a DNS entry that points to your server for each port you want to
@@ -327,8 +322,8 @@ server running on port 8080 of the same machine code-server is running on, you
327322
could run code-server with `--proxy-domain domain.tld` and access the Python
328323
server via `8080.domain.tld`.
329324

330-
Note that this uses the host header, so
331-
ensure your reverse proxy (if you're using one) forwards that information.
325+
Note that this uses the host header, so ensure your reverse proxy (if you're
326+
using one) forwards that information.
332327

333328
### Using a subpath
334329

0 commit comments

Comments
 (0)