Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: fix nginx auth_request example for requests with body
Nginx never sends the body with the auth_request sub-request, but keeps the original Content-Length header by default. Without some config tweaks, this results in the request to /oauth2/auth hanging.
- Loading branch information