Is it possible to use nginx as a URL router and a load balancer?
e.g.
URL : /A/B/C
HOSTS: x, y, z
URL: /D/E/H
HOSTS: e,f,g
In the above scenario, it would pick one of x,y,z (using regular load balancing schemes) if the URL of HTTP request is /A/B/C
e.g.
URL : /A/B/C
HOSTS: x, y, z
URL: /D/E/H
HOSTS: e,f,g
In the above scenario, it would pick one of x,y,z (using regular load balancing schemes) if the URL of HTTP request is /A/B/C