jagerzhang opened a new issue #5301: URL: https://github.com/apache/apisix/issues/5301
### Issue description Similar problems:https://github.com/apache/apisix/issues/3020 The response size of the upstream is 880k, I tried to set the buffer at `http_configuration_snippet`: ``` client_header_buffer_size 2048k; large_client_header_buffers 4 2048k; proxy_buffer_size 2048k; proxy_busy_buffers_size 2048k; proxy_buffers 32 2048k; client_body_buffer_size 2048k; ```  But it didn't work. I remember that this problem can be solved by setting buffer in nginx. ### Environment - apisix version (cmd: `apisix version`): 2.10.0 - OS (cmd: `uname -a`): docker-centos -- 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]
