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
267
@@ -280,9 +280,9 @@ redirect all HTTP requests to HTTPS.
280
280
281
281
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
282
283
-
### Self Signed Certificate
283
+
##Accessing web services
284
284
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
286
286
can proxy to any port using either a subdomain or a subpath, allowing you to
287
287
securely access these services using code-server's built-in authentication.
0 commit comments