Merge pull request #1787 from mindw/patch-2

force external_auth requests to http/1.1
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-12-04 10:10:22 -03:00 committed by GitHub
commit 2537587b5c

View file

@ -659,6 +659,7 @@ stream {
proxy_set_header X-Auth-Request-Redirect $request_uri;
proxy_set_header X-Sent-From "nginx-ingress-controller";
proxy_http_version 1.1;
proxy_ssl_server_name on;
proxy_pass_request_headers on;
client_max_body_size "{{ $location.Proxy.BodySize }}";