-
Notifications
You must be signed in to change notification settings - Fork 35
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
Configurable request header property for matching with the hostname for sites #348
Comments
Hello @mercs600, I’m having trouble testing my changes. I can’t install my branch from GitHub because of an issue with the prepack script. To address this (temporarily), I extended the script with
I’ve created a workaround for now to address our issue, and I’ll revisit it as soon as I have more time. In the meantime, feel free to let me know if you want to proceed with this at all. |
Hello @kubilaymelnikov, thank you for your insight. |
Hello @mercs600, if you don’t consider it sensible to include this configuration, I would close this issue and delete my feature branch. Our hosting provider adjusted the Vhost configuration at our request. |
Our hosting provider does not pass the original host to the Node server.
This is why we need to perform the matching and assignment using a different value in the header.
I would like to contribute this in case someone else might need this setting in the future.
The text was updated successfully, but these errors were encountered: