File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -301,11 +301,6 @@ If you're working on web services and want to access them locally, code-server
301
301
can proxy to any port using either a subdomain or a subpath, allowing you to
302
302
securely access these services using code-server's built-in authentication.
303
303
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
-
309
304
### Using a subdomain
310
305
311
306
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
327
322
could run code-server with ` --proxy-domain domain.tld ` and access the Python
328
323
server via ` 8080.domain.tld ` .
329
324
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.
332
327
333
328
### Using a subpath
334
329
You can’t perform that action at this time.
0 commit comments