-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Allow host overrides in TOML configuration #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌 🥳 Woohoo! Thanks for taking this issue on @fgsch, this all looks wonderful! I have two very small nitpicks to address, one concerning a use
import, and a one-line alteration to our new integration test.
Hopefully, this should all be addressable from the web UI, and we can get this landed soon!
I've rebased this PR to fix the via_hyper() commit and drop the commit that was cherry-picked in #49. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wahoo! Thanks for implementing this @fgsch 🙂
This adds a new field to the backend definition, override_host,
allowing to override the Host header that will be sent to the
backend.
Addresses #9.