Add original $host header on the auth request

This commit is contained in:
killfill 2017-10-03 10:15:38 -03:00
parent 180d0dfca2
commit 2a9994cdd4

View file

@ -528,6 +528,7 @@ stream {
proxy_set_header X-Code {{ $errCode }};
proxy_set_header X-Format $http_accept;
proxy_set_header X-Original-URI $request_uri;
proxy_set_header X-Original-Host $http_host;
proxy_set_header X-Namespace $namespace;
proxy_set_header X-Ingress-Name $ingress_name;
proxy_set_header X-Service-Name $service_name;