We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a17b4 commit c8006cbCopy full SHA for c8006cb
README.md
@@ -36,7 +36,7 @@ the authentication page of this component, add the following as well:
36
37
location /index.html {
38
auth_request /api/auth;
39
- error_page 403 =200 /auth.html;
+ error_page 403 = /auth.html;
40
}
41
42
An example docker-compose.yml configuration for your web app would be:
0 commit comments