Geeks, please accept the hero post of 2021 Microsoft x Intel hacking contest>>>
Nginx failed to upload the file. The log file shows: [error] 10756#0: * 939 client intent to send too large body: 1949984 bytes
Modify upload in/etc/php.ini_ max_ filesize=20M; post_ max_ size = 20M
Nginx configuration modification:
Open/etc/nginx/nginx.conf
Add the parameter client to http {}_ max_ body_ size 64M;
keepalive_ The value of timeout is modified as appropriate. Adjust the timeout
Similar Posts:
- [Solved] Nginx proxy Timeout: upstream timed out (110: Connection timed out)
- PHP: POST Content-Length of xxx bytes exceeds the limit of 8388608 bytes
- There are a lot of no live upstreams while connecting to upstream about nginx logs
- 413 errors are reported in the service exposed by ingress
- Solutions to nginx upstream timed out (Two Situations)
- [Solved] Nginx Log Error: open() “/opt/Nginx/nginx/nginx.pid” failed (2: No such file or directory)
- Nginx normal user startup configuration error: && springboot-swagger & Unable to infer base url
- Nginx an upstream response is buffered to a temporary file,nginx502 Error
- Back end: 414 request URI too large solution