Hello!
On Fri, Jan 28, 2022 at 10:08:45PM -0800, Zach Rait wrote:
> I was exploring using auth_request from the ngx_http_auth_request_module,
> and I have encountered some unexpected behavior with regard to HTTP
> keepalive/connection reuse. I have some configuration that looks roughly
> like thi
Hi--
I was exploring using auth_request from the ngx_http_auth_request_module,
and I have encountered some unexpected behavior with regard to HTTP
keepalive/connection reuse. I have some configuration that looks roughly
like this:
location = /auth_check {
proxy_pass_request_body off;
proxy_se