ABP Framework HttpApi.Host failure in K8S deployment with nginx reverse proxy
I have deployed the ABP framework in a Kubernetes cluster. Following deployments are present: Redis MSSql AuthServer HttpApi.Host Nginx ingress / reverse proxy with https termination, no encryption within the cluster. Hence, the AuthServer, HttpApi.Host are listening on port 80…