From 37927a361c82a8baf32a80fb61bfa9caf855490b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 19 May 2021 21:12:13 +0300 Subject: [PATCH] Revert "Set the proxying header for the LDAP auth service." This reverts commit 7885e91e5f6c80ebc50da3b483d5b7409085a552. --- snippets/ldap-auth.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/ldap-auth.conf b/snippets/ldap-auth.conf index 7a8236e..822c440 100644 --- a/snippets/ldap-auth.conf +++ b/snippets/ldap-auth.conf @@ -4,7 +4,6 @@ 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 ""; -- GitLab