proxy_buffering context and unexpected error

Drew Dixon dwdixon at umich.edu
Wed Mar 3 20:28:08 UTC 2021


Ah...I see...I definitely did not notice that I was led while searching via
Google to the http proxy module specific section of the docs rather than
docs for that directive which may have been more broadly applicable.  Thank
you for clarifying, and apologies for the pseudo-spam : )

Cheers!

On Wed, Mar 3, 2021 at 3:14 PM Francis Daly <francis at daoine.org> 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 being turned off will
> have
> > any effect w/ the present config but the directive is not within any "if"
> > within the "server" context and seems to be throwing an error when I
> would
> > expect it not to:
>
> Thanks for the example.
>
> I see the confusion.
>
> > stream {
>
> https://nginx.org/en/docs/http/ngx_http_proxy_module.html is for proxy_*
> directives with the http section.
>
> This example is within the stream section, so you'll be wanting the docs
> at https://nginx.org/en/docs/stream/ngx_stream_proxy_module.html
>
> >     server {
> >         proxy_buffering off;
>
> I think that there is not something like the http proxy_buffering
> available within the stream module, so it is effectively always off in
> that case.
>
> Cheers,
>
>         f
> --
> Francis Daly        francis at daoine.org
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20210303/6876b713/attachment.htm>


More information about the nginx mailing list