br41n10 commented on issue #10204:
URL: https://github.com/apache/apisix/issues/10204#issuecomment-2053562103

   You can set in nginx configuration snippet, for example, add this in 
config.yaml
   
   ```
   nginx_config:
     http_server_location_configuration_snippet: |
       proxy_buffering off;
   ```
   
   run `apisix init` and you will see `proxy_buffering off;` in 
`conf/nginx.con`. 
   
   Limitation: Works for all Routes. I'm not sure is it possible to do this in 
custom plugin, to enable on individual Route. 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to