79530573

Date: 2025-03-24 08:48:28
Score: 2.5
Natty:
Report link

In nginx, the default maximum allowed size of the client request body is only 1m:

https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size

so, you should change it bigger:

client_max_body_size 100m;
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tyg Liu