Skip to content

Commit

Permalink
Merge pull request #42 from trunk-studio/fix/readme
Browse files Browse the repository at this point in the history
Add Comment for HTTP basic authentication.
  • Loading branch information
vl-homutov authored Aug 20, 2018
2 parents f56178b + b5c580b commit 850f5ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx-ldap-auth.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ http {
auth_request /auth-proxy;

# redirect 401 to login form
# Comment them out if using HTTP basic authentication.
# or authentication popup won't show
error_page 401 =200 /login;

proxy_pass http://backend/;
Expand Down

0 comments on commit 850f5ea

Please sign in to comment.