Skip to content

Commit

Permalink
force external_auth requests to http/1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mindw authored Dec 2, 2017
1 parent 99d3e9e commit 8325ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}";
Expand Down

0 comments on commit 8325ca9

Please sign in to comment.