You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For HTTPS, you can use a self-signed certificate by:
267
268
@@ -280,9 +281,9 @@ redirect all HTTP requests to HTTPS.
280
281
281
282
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.
282
283
283
-
### Self Signed Certificate
284
+
##Accessing web services
284
285
285
-
If you're working on a web service and want to access it locally, code-server
286
+
If you're working on web services and want to access it locally, code-server
286
287
can proxy to any port using either a subdomain or a subpath, allowing you to
287
288
securely access these services using code-server's built-in authentication.
0 commit comments