[no subject]

2019-09-23 Thread wirelessduck
Hi, I would like to know whether nginx supports mirroring of a gRPC proxy? I've got a backend server with two endpoints running and setup nginx with the following config: server { listen 50051 http2 ssl; ssl_certificate /etc/ssl/certs/ssl-cert-snakeoil.pem; ssl_certificate_key

Re: Any way to reset r->request_body to avoid conflicts between modules?

2019-09-23 Thread Maxim Dounin
Hello! On Sun, Sep 22, 2019 at 07:01:16PM -0400, ptcell wrote: > I have a preaccess filter in my module that loads in the request_body with > `ngx_http_read_client_request_body` (it basically scans the buffer for > security violations, no modifications). I don't discard the buffer and this > mod

Re: Failing to cache requests

2019-09-23 Thread Andrei
Thanks for the input! On Sun, Sep 22, 2019 at 3:07 PM Francis Daly wrote: > On Sun, Sep 22, 2019 at 09:37:51AM -0500, Andrei wrote: > > Hi there, > > > Thanks for the confirmation! Is there a way to selectively ignore only > > specific "set-cookie"/cookies, versus all "set-cookie" headers to for