add Comment for HTTP basic authentication.
This commit is contained in:
parent
732eb15f07
commit
b5c580bac9
|
|
@ -23,6 +23,8 @@ http {
|
||||||
auth_request /auth-proxy;
|
auth_request /auth-proxy;
|
||||||
|
|
||||||
# redirect 401 to login form
|
# redirect 401 to login form
|
||||||
|
# Comment them out if using HTTP basic authentication.
|
||||||
|
# or authentication popup won't show
|
||||||
error_page 401 =200 /login;
|
error_page 401 =200 /login;
|
||||||
|
|
||||||
proxy_pass http://backend/;
|
proxy_pass http://backend/;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue