Merge pull request #42 from trunk-studio/fix/readme

Add Comment for HTTP basic authentication.
This commit is contained in:
Vladimir Homutov 2018-08-20 12:47:35 +03:00 committed by GitHub
commit 850f5ea5ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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/;