How to access coder cloud through custom domain #2521
Unanswered
joshleblanc
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The host header is used to determine where to proxy the request but with
a CNAME I believe the browser sends the CNAME host and not the host it
points to so the proxy has no idea where to route the request.
A reverse proxy would probably work as long as it set the right host
header.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Set up the coder cloud link (
code-server --link
), and I wanted to set up a custom domain to point to it.I set up a CNAME record that points to the coder cloud URL, but it doesn't appear to resolve. Is this intentionally blocked, or is there another way to do it?
Beta Was this translation helpful? Give feedback.
All reactions