Skip to content

Commit

Permalink
add Comment for HTTP basic authentication.
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-han committed Apr 19, 2018
1 parent 732eb15 commit b5c580b
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 b5c580b

Please sign in to comment.