79309694

Date: 2024-12-26 14:25:56
Score: 1
Natty:
Report link

Important points:

  1. Look at the size of your project in harbor (does storage allow limits)
  2. 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;
}

thank you very much to the guys at the top

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nik