Lakshmi2k1 commented on issue #11338:
URL: https://github.com/apache/apisix/issues/11338#issuecomment-2255063828
@sudhir649
we are using this configuration in apisix configmap as mentioned in docs
nginx_config: # config for render the template to genarate nginx.conf
http_server_configuration_snippet: |
large_client_header_buffers 4 32k;
http_end_configuration_snippet: |
reset_timedout_connection off;
client_header_buffer_size 1024k;
client_body_buffer_size 20m;
proxy_intercept_errors on;
large_client_header_buffers 8 128k;
--
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]