Skip to content
ldap-auth.conf 389 B
Newer Older
nimrod's avatar
nimrod committed
# vim: ft=nginx
nimrod's avatar
nimrod committed
auth_request    /validate;

location = /validate {
  proxy_pass                        https://auth.shore.co.il/validate;
  proxy_http_version                1.1;
  include                           snippets/proxy-ssl.conf;
  proxy_ssl_name                    auth.shore.co.il;
nimrod's avatar
nimrod committed
  internal;
  proxy_pass_request_body           off;
  proxy_set_header Content-Length   "";
}