Skip to content

Commit

Permalink
Adding proxy_set_header for /login location
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Mar 8, 2017
1 parent c8e6001 commit 78c952b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ http {

location /login {
proxy_pass http://authenticator/login;
proxy_set_header X-Target $request_uri;
}

location = /auth-proxy {
Expand Down

0 comments on commit 78c952b

Please sign in to comment.