NGINX proxy to URI based on parameter value
I’d like to build a proxy_pass in NGINX that proxies a request to a downstream server. The special case is that the target URI consists of some domain and a path and parameters that need to be built based on a parameter value of the incoming request.