> Some more 'stuff' to try!
>
> Let's see how it works ...

The secret-sauce recipe was:

in the mesh-ui config

    apiUrl: '/mesh/api/v1/',

and in nginx

        location ^~ /mesh/ {
                ...
                proxy_pass http://meshproxy/;
                proxy_redirect / /mesh/;
                ...

it now works as hoped.

Thanks for the hints!


_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to