Re: proxy_buffering context and unexpected error

2021-03-03 Thread Drew Dixon
Wed, Mar 3, 2021 at 3:14 PM Francis Daly wrote: > On Wed, Mar 03, 2021 at 02:51:33PM -0500, Drew Dixon wrote: > > Hi there, > > > Hi there, thanks for the quick reply, sure, the config is rather simple > for > > some initial testing, I'm not sure the directive bein

Re: proxy_buffering context and unexpected error

2021-03-03 Thread Drew Dixon
; listen 9998 udp; proxy_pass upstreams; proxy_timeout 1s; proxy_responses 0; error_log /var/log/nginx/test-lb.log; } } ``` Thank you! On Wed, Mar 3, 2021 at 12:40 PM Francis Daly wrote: > On Wed, Mar 03, 2021 at 12:02:44PM -0500, Drew Dixon wrote: > > Hi t

proxy_buffering context and unexpected error

2021-03-03 Thread Drew Dixon
Hi, In my testing I desired to disable proxy_buffering per: https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering Which states that this is valid within the server context, however whenever I attempt to set proxy_buffering to off (proxy_buffering off;) within my server config