You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.
The browser will go to whatever the host is /api/whatever (which is nginx)
nginx itself forwards that request onwards via this
location /api {
expires off;
proxy_pass ${ZIPKIN_BASE_URL};
}
You should see in the nginx logs a failure if it failed I think, but the
browser will appear like nginx is handling everything
On Fri, Apr 28, 2017 at 4:37 PM, Thomas Hughes ***@***.***> wrote:
Hi,
This environmental variable does not appear to be working as I would
expect.
For example I have a Zipkin Server running on my machine at
http://127.0.0.1:1111. But when I launch the Zipkin UI it never makes
requests to that Zipkin Server. Using Chromes debugger I can see the
request for services is being made to http://localhost/api/v1/services
not http://127.0.0.1:1111/api/v1/services.
I'm just using the Docker Compose file at https://github.com/openzipkin/
docker-zipkin/blob/master/docker-compose-ui.yml and modify the
ZIPKIN_BASE_URL environmental variable before running it.
Is there something i'm missing here?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#141>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/AAD612cw7LFG97mr2dDLE0qmpoYOGUtJks5r0fmTgaJpZM4NLkec>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
This environmental variable does not appear to be working as I would expect.
For example I have a Zipkin Server running on my machine at http://127.0.0.1:1111. But when I launch the Zipkin UI it never makes requests to that Zipkin Server. Using Chromes debugger I can see the request for services is being made to http://localhost/api/v1/services not http://127.0.0.1:1111/api/v1/services.
I'm just using the Docker Compose file at https://github.com/openzipkin/docker-zipkin/blob/master/docker-compose-ui.yml and modify the ZIPKIN_BASE_URL environmental variable before running it.
Is there something i'm missing here?
The text was updated successfully, but these errors were encountered: