79387473

Date: 2025-01-25 20:35:51
Score: 1
Natty:
Report link

As colleagues said, if you have 1 nginx or more and the route goes through them, write in the server block (blocks if u have many NGINX)

server {
    # disable any limits to avoid HTTP 413 for large image uploads
    client_max_body_size 0;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nik