Merge pull request #1787 from mindw/patch-2
force external_auth requests to http/1.1
This commit is contained in:
commit
5373348306
1 changed files with 1 additions and 0 deletions
|
@ -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 }}";
|
||||
|
|
Loading…
Reference in a new issue