Skip to content
Snippets Groups Projects
Commit b5c580ba authored by dd-han's avatar dd-han
Browse files

add Comment for HTTP basic authentication.

parent 732eb15f
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,8 @@ http { ...@@ -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/;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment