📅  最后修改于: 2022-03-11 14:53:43.880000             🧑  作者: Mango
// Need to increase or set client_max_body_size in your nginx config file.
http {
#...
client_max_body_size 100m;
#...
}
// Restart nginx