nginx 学习:附件上传大小限制

nginx 出现413 Request Entity Too Large问题的解决方法

🕐
http {
  # ...
  client_max_body_size 20;
  # ...
}