Re: auth_request sub requests not using upstream keepalive

2022-01-30 Thread Maxim Dounin
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

Re: RE: RE: How to make nginx fail if it can't write to cache dir.

2022-01-30 Thread unikron
The error on a base dir is critical to all cache requests, so no request will succeed. I know I can write a script to monitor it, but it seems like the wrong approach. I would like to have the option for nginx to stop if it can't do the job as should, But I guess that if no one answered with that k