Skip to content

Commit a84dd25

Browse files
author
Katie Horne
authored
chore: update guides.md header to Accessing Web Services
2 parents 52c3b0d + 9d6a154 commit a84dd25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guide.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [Using Let's Encrypt with NGINX](#using-lets-encrypt-with-nginx)
99
- [Using a self-signed certificate](#using-a-self-signed-certificate)
1010
- [External authentication](#external-authentication)
11-
- [HTTPS](#https)
12-
- [Self Signed Certificate](#self-signed-certificate)
11+
- [HTTPS and self-signed certificates](#https-and-self-signed-certificates)
12+
- [Accessing web services](#accessing-web-services)
1313
- [Using a subdomain](#using-a-subdomain)
1414
- [Using a subpath](#using-a-subpath)
1515
- [Stripping `/proxy/<port>` from the request path](#stripping-proxyport-from-the-request-path)
@@ -261,7 +261,7 @@ Google), you can do this with a reverse proxy such as:
261261
- [oauth2_proxy](https://github.com/pusher/oauth2_proxy)
262262
- [Cloudflare Access](https://teams.cloudflare.com/access)
263263

264-
## HTTPS
264+
## HTTPS and self-signed certificates
265265

266266
For HTTPS, you can use a self-signed certificate by:
267267

@@ -280,9 +280,9 @@ redirect all HTTP requests to HTTPS.
280280
281281
Note: if you set `proxy_set_header Host $host;` in your reverse proxy config, it will change the address displayed in the green section of code-server in the bottom left to show the correct address.
282282

283-
### Self Signed Certificate
283+
## Accessing web services
284284

285-
If you're working on a web service and want to access it locally, code-server
285+
If you're working on web services and want to access it locally, code-server
286286
can proxy to any port using either a subdomain or a subpath, allowing you to
287287
securely access these services using code-server's built-in authentication.
288288

0 commit comments

Comments
 (0)