Ben0625 opened a new issue #4365:
URL: https://github.com/apache/apisix/issues/4365


   We want to migrate the service from nginx to apisix, but some parameters 
need to be set. To be specific, in `nginx.conf` we have a fixed setting for 
`client_max_body_size 10m`, `client_body_buffer_size 10m`, `proxy_buffer_size 
10m` and `proxy_buffers 8 10m`. For APISIX I only see `client_max_body_size` 
parameter in config-default.yaml, so I can change this parameter successfully. 
But when I try to set other parameters like this one, they all fail. How can I 
set these 3 other parameters in nginx.conf?


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to