Closed as not planned
Description
This is working great for most use cases I have except when I am trying to redirect to another proxy service running on my Kubernetes cluster. The K8s cluster is running nginx ingress (proxy) and it should route to specific app based on the domain name. However looks like when I am passing it via nginx proxy manager to my k8s cluster, the url/domain name is not passed to it.
So in simplest terms I want to pass domain name from one nginx server to another for further processing, is this something possible?