Skip to content

Commit 850f5ea

Browse files
authored
Merge pull request #42 from trunk-studio/fix/readme
Add Comment for HTTP basic authentication.
2 parents f56178b + b5c580b commit 850f5ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx-ldap-auth.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ http {
2323
auth_request /auth-proxy;
2424

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

2830
proxy_pass http://backend/;

0 commit comments

Comments
 (0)