proxy_pass, dynamic ports upstream
mahhy
nginx-forum at nginx.us
Thu Nov 15 19:33:18 UTC 2012
While I can easily build a map as such:
map $uri $engineport {
~^/2201/ 2201;
~^/2202/ 2202;
<snip 100 more ports>
}
This still doesn't seem to work with a set of load balanced upstream
servers. Trying to append a port onto the proxy_pass directive when used
with an upstream server group fails with the resolver related message in my
orignal post.
With a single server upstream this can be done, however I want to round
robin/loadbalance over 2 or more...
- mahhy
Jonathan Matthews Wrote:
-------------------------------------------------------
> On 15 November 2012 16:43, mahhy <nginx-forum at nginx.us> wrote:
> > I have a requirement to be able to map a portion of a request URI to
> a port
> > on a set of upstream servers. I'm hoping nginx will be able to
> solve this
> > for me, but so far no luck.
>
> Use a map: http://nginx.org/r/map
>
> You'll probably want to use regular expressions, and run the map based
> off $request_uri or $uri.
>
> Jonathan
> --
> Jonathan Matthews // Oxford, London, UK
> http://www.jpluscplusm.com/contact.html
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,232849,232858#msg-232858
More information about the nginx
mailing list