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
We would like to map the docker container under a suburl on the host. Eg. https://www.example.com/elastichq
We got this working using reverse proxy , but on the metrics page for example it's not working because it's all mapped under /
Example: https://www.example.com/socket.io/?EIO=3&transport=polling&t=NFa71Al
This above url cannot be found. It's of course because the correct url would be: https://www.example.com/elastichq/socket.io/?EIO=3&transport=polling&t=NFa71Al
It could be solved very easily by allowing a specific mapping url for the container and application. E.g. mappedurl=/elastichq
This could properly set all the paths and it would be an incredible solution to map the monitoring on existing hostnames :)
The text was updated successfully, but these errors were encountered:
Fixes ElasticHQ#527: Allow suburl to map the application
1b300e5
I assume this would be fixed which would be nice, I'll try to get this tested! :-)
Sorry, something went wrong.
No branches or pull requests
General information
Issue Description
We would like to map the docker container under a suburl on the host. Eg. https://www.example.com/elastichq
We got this working using reverse proxy , but on the metrics page for example it's not working because it's all mapped under /
Example: https://www.example.com/socket.io/?EIO=3&transport=polling&t=NFa71Al
This above url cannot be found. It's of course because the correct url would be: https://www.example.com/elastichq/socket.io/?EIO=3&transport=polling&t=NFa71Al
It could be solved very easily by allowing a specific mapping url for the container and application. E.g. mappedurl=/elastichq
This could properly set all the paths and it would be an incredible solution to map the monitoring on existing hostnames :)
The text was updated successfully, but these errors were encountered: