We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f56178b + b5c580b commit 850f5eaCopy full SHA for 850f5ea
nginx-ldap-auth.conf
@@ -23,6 +23,8 @@ http {
23
auth_request /auth-proxy;
24
25
# redirect 401 to login form
26
+ # Comment them out if using HTTP basic authentication.
27
+ # or authentication popup won't show
28
error_page 401 =200 /login;
29
30
proxy_pass http://backend/;
0 commit comments