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

nginx 出现413 Request Entity Too Large问题的解决方法
更新于: 2021-12-04 07:53:13
http {
  # ...
  client_max_body_size 20;
  # ...
}