We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port
443
Right now, we have one SERVER_PORT which conflates ports for the container (behind load balancer) with external ports (in front of the load balancer)
SERVER_PORT
url in Phoenix is used to generate user-facing links. So we want these to correspond to the host/port that will hit the load balancer.
url
We should default this port to 443 and allow for overwriting it (which will not be common)
The text was updated successfully, but these errors were encountered:
seems like a small enough task - can I open a PR for this?
Sorry, something went wrong.
No branches or pull requests
Right now, we have one
SERVER_PORT
which conflates ports for the container (behind load balancer) with external ports (in front of the load balancer)url
in Phoenix is used to generate user-facing links. So we want these to correspond to the host/port that will hit the load balancer.We should default this port to
443
and allow for overwriting it (which will not be common)The text was updated successfully, but these errors were encountered: