ganarajtejasvi commented on issue #8883:
URL: https://github.com/apache/apisix/issues/8883#issuecomment-1437216681

   We managed to fix this by adding the following parameters to our apisix 
nginx.conf
   `  http_configuration_snippet:      |
       client_body_buffer_size 2048k;
       client_header_buffer_size 4k;
       proxy_buffering on;
       proxy_buffers 4 256k;
       proxy_buffer_size 128k;
       proxy_busy_buffers_size 256k;
       proxy_max_temp_file_size 0;
       large_client_header_buffers 4 32k;`
   
   Post this the responses have been successful and we have not seen any errors.


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