rahulracker7539 commented on issue #11307:
URL: https://github.com/apache/apisix/issues/11307#issuecomment-2139347977

   Here is my apisix config yaml file [1] where I have also done some tweaking 
in nginx part but still it didn't help. additionally am not seeing any error in 
the apisix pod logs. 
   
   nginx_config:    # config for render the template to genarate nginx.conf
     http_configuration_snippet: |
         proxy_buffer_size 256k;
         proxy_buffers 64 256k;
         proxy_busy_buffers_size 256k;
     http_server_configuration_snippet: |
         proxy_buffer_size 256k;
         proxy_buffers 64 256k;
         proxy_busy_buffers_size 256k;
   
   [1] https://gist.github.com/rahulracker7539/34e9ed61ba949dc16797bb38e97d06f8


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