ingress-nginx-helm/controllers/nginx/rootfs
Milosz Tanski 2120aab66c POC: Setting upstream vhost for nginx.
In the current k8 ingress there's no way to control "Host" header sent
to upstream server; it's always the configured vhost.

It's desirable to support custom Host header when proxying for a number
of cases. One such case is forwarding to an Service that points to an
external host that expect a host paramater (like AWS S3 buckets).
There's a number of others.

By default nginx set Host to the upstreams domain name (and not the one
passed in) like K8 always forces. This provided an escape hatch to this
behavior.
2017-09-10 11:38:53 -04:00
..
etc/nginx POC: Setting upstream vhost for nginx. 2017-09-10 11:38:53 -04:00
ingress-controller Fix eol in nginx template 2017-09-07 13:48:36 -03:00
Dockerfile Remove lua and use fastcgi to render errors 2017-08-05 16:29:58 -04:00