nginx's auth_request_module howto
This article tries to supplement the nginx documentations regarding the auth_request module and how to configure it. In my opinion, that documentation is a bit incomplete.
What is the nginx's auth_request module
The documentation for this module says, it implements client authorization based on the result of a subrequest.
This …