From c0639256008a1a45a3e12425052b0356cb9d8326 Mon Sep 17 00:00:00 2001 From: tmauro-nginx Date: Thu, 9 Apr 2015 20:57:45 -0700 Subject: [PATCH] Update nginx-ldap-auth.conf Change 'X-TARGET' to 'X-Target' --- nginx-ldap-auth.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-ldap-auth.conf b/nginx-ldap-auth.conf index ea2086f..03d1bbb 100644 --- a/nginx-ldap-auth.conf +++ b/nginx-ldap-auth.conf @@ -29,7 +29,7 @@ http { proxy_pass http://backend/login; # login service will return a redirect for user to original URI # and set cookie for auth daemon - proxy_set_header X-TARGET $request_uri; + proxy_set_header X-Target $request_uri; } location = /auth-proxy {