Commit 7885e91e authored by nimrod's avatar nimrod
Browse files

Set the proxying header for the LDAP auth service.

So I can get the real client IP in the service.
parent b7c0865d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ location = /validate {
  proxy_pass                        https://auth.shore.co.il/validate;
  proxy_http_version                1.1;
  include                           snippets/proxy-ssl.conf;
  include                           snippets/proxy-headers.conf;
  internal;
  proxy_pass_request_body           off;
  proxy_set_header Content-Length   "";