Re: control proxy_buffering with variables

2023-11-17 Thread Maxim Dounin
Hello! On Fri, Nov 17, 2023 at 03:57:23AM +, public1020 via nginx wrote: > I'm trying to control buffering with variables, but nginx complains about it, > > nginx: [emerg] invalid value "$val" in "proxy_request_buffering" directive, > it must be "on" or "off" in /etc/nginx/sites-enabled/tes

control proxy_buffering with variables

2023-11-16 Thread public1020 via nginx
I'm trying to control buffering with variables, but nginx complains about it, nginx: [emerg] invalid value "$val" in "proxy_request_buffering" directive, it must be "on" or "off" in /etc/nginx/sites-enabled/test.conf:9 Is there any way to resolve this? Attached the configuration in question. se