zhendongcmss commented on issue #5347:
URL: https://github.com/apache/apisix/issues/5347#issuecomment-953595800


   > what `proxy_request_buffering` in `conf/nginx.conf`?
   
   Here is  the nginx.conf generated by config.yaml
   ```
               proxy_http_version 1.1;
               proxy_set_header   Host              $upstream_host;
               proxy_set_header   Upgrade           $upstream_upgrade;
               proxy_set_header   Connection        $upstream_connection;
               proxy_set_header   X-Real-IP         $remote_addr;
               proxy_pass_header  Date;
               proxy_buffering off;
               proxy_request_buffering off;
   
   ```


-- 
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