Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement mechanism to use proxy header as base for http links #3156
Comments
This comment has been minimized.
This comment has been minimized.
|
It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided. |
brian-brazil
closed this
Sep 11, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
sylr commentedSep 11, 2017
Hi,
I'm trying to proxy several prometheus instances from internet through a single nginx reverse proxy using the same host but under different base path, e.g. :
Here is the flow I'd like to implement:
User request:
Proxy forwarded request :
Prometheus generated html :
I tried using
web.external-url&web.route-prefixbut it rewrites the endpoints globally and I don't want to do that, I'd like to keep internal endpoints like if those confs weren't set.Regards.