Update nginx-ldap-auth.conf
Change 'X-TARGET' to 'X-Target'
This commit is contained in:
parent
1b38e653be
commit
c063925600
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue