swtseaman opened a new issue, #10692:
URL: https://github.com/apache/apisix/issues/10692
### Description
There is a system requesting my interface. The request body is relatively
large. SocketException: Connection reset appears, and then it is found that
/usr/local/apisix/logs/error.log has a large number of a cli Ent request body
is buffered to a temporary file log, how should I solve it? I tried to
configure it.
```
nginx_config:
http_server_configuration_snippet: |
client_body_buffer_size 150m;
client_max_body_size 150m;
```
It doesn't seem to work, and the client is still Connection reset.
### Environment
- APISIX version (run `apisix version`): 3.6.0
- Operating system (run `uname -a`): Linux localhost
3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 x86_64
x86_64 GNU/Linux
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`): nginx
version: nginx/1.20.1
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`):
{"hostname":"localhost","version":"3.6.0","id":"e88b19cd-f472-4ac9-8dd7-ff883b6d022b","boot_time":1703175766,"etcd_version":"3.5.0"}
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run `luarocks --version`):
--
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]