clhey commented on issue #11977: URL: https://github.com/apache/apisix/issues/11977#issuecomment-3096519117
> [@bzp2010](https://github.com/bzp2010) 参考其他回答,增加了如下配置 > > ``` > nginx_config: > http_configuration_snippet: | > proxy_buffering off; > ``` > > 可以解决问题,但是这个配置是全局的,有什么其他灵活的配置的方法么?比如nginx可以在location的位置配置。我的场景希望可以在对于处理header中含有"stream": true 请求,设置配置 proxy_buffering off;,可以帮忙看下apisix有办法配置吗?非常感谢 For different routes or services, there should be different Nginx configurations. This is a common requirement — why doesn't APISIX support it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org