Standalone dev server: Use HTTPS
Created by: umpox
Closes https://github.com/sourcegraph/sourcegraph/issues/21869
- Runs
caddy
alongsideweb-standalone
-
web-standalone
starts up onhttp://localhost:3080
- Caddy server starts up on
https://sourcegraph.test:3443
with a trusted cert - We reverse-proxy client responses from
localhost:3080
to the Caddy server