Skip to content

Commit

Permalink
Merge pull request #1787 from mindw/patch-2
Browse files Browse the repository at this point in the history
force external_auth requests to http/1.1
  • Loading branch information
aledbf authored Dec 4, 2017
2 parents 49238d0 + 8325ca9 commit 5373348
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 5373348

Please sign in to comment.